web/views/primary.py
changeset 4004 c52619c738a5
parent 3998 94cc7cad3d2d
child 4072 ead446e70c28
child 4073 03681ba6da0b
--- a/web/views/primary.py	Mon Dec 07 05:09:09 2009 -0800
+++ b/web/views/primary.py	Mon Dec 07 06:39:35 2009 -0800
@@ -283,7 +283,7 @@
     """use this view for attributes whose value is an url and that you want
     to display as clickable link
     """
-    id = 'urlattr'
+    __regid__ = 'urlattr'
     __select__ = EntityView.__select__ & match_kwargs('rtype')
 
     def cell_call(self, row, col, rtype, **kwargs):