web/views/autoform.py
changeset 4306 01e5efc0d823
parent 4295 b9590e68c543
child 4360 5fdb9da1fab0
--- a/web/views/autoform.py	Thu Jan 21 10:47:01 2010 +0100
+++ b/web/views/autoform.py	Thu Jan 21 10:48:00 2010 +0100
@@ -327,9 +327,6 @@
 _afs.tag_attribute(('CWUser', 'last_login_time'), 'main', 'metadata')
 _afs.tag_subject_of(('CWUser', 'in_group', '*'), 'main', 'attributes')
 _afs.tag_subject_of(('CWUser', 'in_group', '*'), 'muledit', 'attributes')
-_afs.tag_object_of(('*', 'bookmarked_by', 'CWUser'), 'main', 'metadata')
-_afs.tag_attribute(('Bookmark', 'path'), 'main', 'attributes')
-_afs.tag_attribute(('Bookmark', 'path'), 'muledit', 'attributes')
 _afs.tag_subject_of(('*', 'primary_email', '*'), 'main', 'relations')
 _afs.tag_subject_of(('*', 'use_email', '*'), 'main', 'inlined')
 _afs.tag_subject_of(('CWRelation', 'relation_type', '*'), 'main', 'inlined')
@@ -338,8 +335,6 @@
 
 uicfg.autoform_field_kwargs.tag_attribute(('RQLExpression', 'expression'),
                                           {'widget': fwdgs.TextInput})
-uicfg.autoform_field_kwargs.tag_attribute(('Bookmark', 'path'),
-                                          {'widget': fwdgs.TextInput})
 uicfg.autoform_field_kwargs.tag_subject_of(('TrInfo', 'wf_info_for', '*'),
                                            {'widget': fwdgs.HiddenInput})