web/views/workflow.py
changeset 3659 993997b4b41d
parent 3524 a3431f4e2f40
child 3890 d7a270f50f54
--- a/web/views/workflow.py	Tue Oct 13 16:00:09 2009 +0200
+++ b/web/views/workflow.py	Tue Oct 13 18:20:05 2009 +0200
@@ -39,9 +39,9 @@
 _abaa.tag_object_of(('WorkflowTransition', 'transition_of', 'Workflow'), True)
 
 _afs = uicfg.autoform_section
-_afs.tag_subject_of(('TrInfo', 'to_state', '*'), 'generated')
-_afs.tag_subject_of(('TrInfo', 'from_state', '*'), 'generated')
-_afs.tag_object_of(('State', 'allowed_transition', '*'), 'primary')
+_afs.tag_subject_of(('TrInfo', 'to_state', '*'), 'main', 'hidden')
+_afs.tag_subject_of(('TrInfo', 'from_state', '*'), 'main', 'hidden')
+_afs.tag_object_of(('State', 'allowed_transition', '*'), 'main', 'attributes')
 
 
 # IWorkflowable views #########################################################