diff --git a/templates/ktcore/workflow/editState.smarty b/templates/ktcore/workflow/editState.smarty index 8053b23..86cf4f4 100644 --- a/templates/ktcore/workflow/editState.smarty +++ b/templates/ktcore/workflow/editState.smarty @@ -10,8 +10,26 @@ +

Inform

+ +

Please select which roles or groups should be +informed when this state is reached.

+ +

Roles

+{entity_checkboxes entities=$aRoles name="fRolesIds" multiple="true" selected=$aInformRoles assign=aBoxes} +{foreach from=$aBoxes item=sBox} +{$sBox}
+{/foreach} + +

Groups

+{entity_checkboxes entities=$aGroups name="fGroupIds" multiple="true" selected=$aInformGroups assign=aBoxes} +{foreach from=$aBoxes item=sBox} +{$sBox}
+{/foreach} + +

Transitions

{if $aTransitionsTo} -

Transitions to this state

+

Transitions to this state