diff -r b9436fe77c9e -r c52619c738a5 web/views/workflow.py --- a/web/views/workflow.py Mon Dec 07 05:09:09 2009 -0800 +++ b/web/views/workflow.py Mon Dec 07 06:39:35 2009 -0800 @@ -219,10 +219,10 @@ # workflow entity types edition ################################################ _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(('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') +_afs.tag_subject_of(('State', 'allowed_transition', '*'), 'main', 'attributes') def workflow_items_for_relation(req, wfeid, wfrelation, targetrelation): wf = req.entity_from_eid(wfeid)