[sources] hide some attributes from source edition form. Closes #2144160
--- 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