[gen]: method Wrapper.do: added param 'noSecurity' allowing to bypass check of roles mentioned as conditions for triggering worfklow actions.
This commit is contained in:
parent
699cc8346b
commit
178059ba1b
4 changed files with 11 additions and 9 deletions
|
@ -86,9 +86,9 @@
|
|||
<td tal:condition="isDataChange" tal:content="python: _('data_change')"></td>
|
||||
<td tal:condition="not: isDataChange"
|
||||
tal:content="python: _(contextObj.getWorkflowLabel(event['action']))"/>
|
||||
<td tal:define="actorid python:event.get('actor')"
|
||||
tal:content="python: tool.getUserName(actorid)"/>
|
||||
<td tal:content="event/time"/>
|
||||
<td tal:define="actorId python:event.get('actor')"
|
||||
tal:content="python: tool.getUserName(actorId)"/>
|
||||
<td tal:content="python: tool.formatDate(event['time'], withHour=True)"/>
|
||||
<td tal:condition="not: isDataChange">
|
||||
<tal:c condition="rhComments"
|
||||
content="structure python: contextObj.formatText(rhComments)"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue