# HG changeset patch # User Sylvain Thénault # Date 1325871892 -3600 # Node ID b5a9706f839e793f09e8cd46aa96359ecd887fa0 # Parent 3ed48646f3545bd6c9e86c5859c5c5b51ed64d1c [sources] hide some attributes from source edition form. Closes #2144160 diff -r 3ed48646f354 -r b5a9706f839e web/views/cwsources.py --- a/web/views/cwsources.py Tue Jan 03 17:59:31 2012 +0100 +++ b/web/views/cwsources.py Fri Jan 06 18:44:52 2012 +0100 @@ -47,6 +47,8 @@ _abaa.tag_object_of(('CWDataImport', 'cw_import_of', '*'), False) _afs = uicfg.autoform_section +_afs.tag_attribute(('CWSource', 'latest_retrieval'), 'main', 'hidden') +_afs.tag_attribute(('CWSource', 'in_synchronization'), 'main', 'hidden') _afs.tag_object_of(('*', 'cw_for_source', 'CWSource'), 'main', 'hidden') _affk = uicfg.autoform_field_kwargs