You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
Hi, don't know if you have already received an answer on that one.
Here is an extract of the workflow .xml file, provided by matheo:
config/workflow/Clip/WORKFLOW.xml:
...
<action id="authorsubmit">
<title>Submit for Review</title>
<description>Submit this training to be reviewed by a tutor or a pair.</description>
<state>toupload</state>
<nextState>toreview</nextState>
<permission>moderator</permission>
<operation silent="1" goto="pending" online="1">update</operation>
<operation group="tutors" action="submit">notify</operation>
<parameter mode="form">action</parameter>
<parameter class="z-bt-ok">button</parameter>
</action>
...
This example provides a way to notify the tutors group when a new training session is submitted for review.
Then the file "config/templates/PUB_NAME/notify_tutors_submit.tpl" is used as an email template.
Hope it helps, Philippe
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: