mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-20 11:38:38 +00:00
Merge pull request #5 from sartography/fix/reverse-pre-post-tags
fix reverse pre/postscript tags
This commit is contained in:
commit
b9ed7363f3
@ -54,12 +54,12 @@ function preScriptPostScriptGroup(element, translate, moddle) {
|
||||
entries: [
|
||||
...scriptProps(element,
|
||||
moddle,
|
||||
SCRIPT_TYPE.post,
|
||||
SCRIPT_TYPE.pre,
|
||||
'Pre-Script',
|
||||
'Code to execute prior to this task.'),
|
||||
...scriptProps(element,
|
||||
moddle,
|
||||
SCRIPT_TYPE.pre,
|
||||
SCRIPT_TYPE.post,
|
||||
'Post-Script',
|
||||
'code to execute after this task.')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user