web/views/primary.py
branch3.5
changeset 2920 64322aa83a1d
parent 2655 48cd71bdb5cd
child 2968 0e3460341023
child 3071 6ad4e6d4df86
--- a/web/views/primary.py	Thu Aug 20 17:33:05 2009 +0200
+++ b/web/views/primary.py	Thu Aug 20 17:44:27 2009 +0200
@@ -229,9 +229,9 @@
 
 for rtype in ('eid', 'creation_date', 'modification_date', 'cwuri',
               'is', 'is_instance_of', 'identity',
-              'owned_by', 'created_by',
-              'in_state', 'wf_info_for', 'require_permission',
-              'from_entity', 'to_entity',
+              'owned_by', 'created_by', 'in_state',
+              'wf_info_for', 'by_transition', 'from_state', 'to_state',
+              'require_permission', 'from_entity', 'to_entity',
               'see_also'):
     uicfg.primaryview_section.tag_subject_of(('*', rtype, '*'), 'hidden')
     uicfg.primaryview_section.tag_object_of(('*', rtype, '*'), 'hidden')