web/views/primary.py
changeset 2968 0e3460341023
parent 2889 5b42222d3b88
parent 2920 64322aa83a1d
child 3072 6fb42c53f6df
--- a/web/views/primary.py	Tue Aug 18 09:25:44 2009 +0200
+++ b/web/views/primary.py	Fri Aug 21 16:26:20 2009 +0200
@@ -230,9 +230,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')