diff -r 662f35236d1c -r 64322aa83a1d web/views/primary.py --- 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')