Index: openacs-4/packages/xowf/lib/inclass-quiz-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz-answer.wf,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 29 Nov 2019 20:36:50 -0000 1.1.2.4 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 5 Dec 2019 21:09:53 -0000 1.1.2.5 @@ -29,7 +29,11 @@ # Called, when we try to create or use a workflow instance # via a workflow definition ($obj is a workflow definition) set parent_id [$obj parent_id] - set name [ns_md5 $parent_id-[::xo::cc set untrusted_user_id]] + # + # Use requestor instead of user_id to allow also participants, which + # are not authroized. + # + set name [ns_md5 $parent_id-[::xo::cc requestor]] set parent_obj [::xo::db::CrClass get_instance_from_db -item_id $parent_id] :payload [list title [$parent_obj title] name $name] }