Index: openacs-4/packages/xowf/lib/edit-interaction.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/edit-interaction.wf,v diff -u -N -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowf/lib/edit-interaction.wf 1 Nov 2020 18:22:55 -0000 1.1.2.5 +++ openacs-4/packages/xowf/lib/edit-interaction.wf 1 Nov 2020 18:45:10 -0000 1.1.2.6 @@ -68,7 +68,11 @@ } State initial -actions {save tryout} -State created -actions {save view tryout} +State created \ + -actions {save tryout} \ + -in_role swa { + -actions {save view tryout} + } :proc item_type {obj} { set item_type [$obj property item_type] @@ -88,6 +92,7 @@ set container [[:wf_context] wf_container] set form_name [${container} form_name_from_item_type [self]] ${container}::initial form $form_name + ${container}::created form $form_name } #