diff -r 3d731478d9a8 -r 01e5efc0d823 web/views/autoform.py --- 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})