Merge pull request #5 from sartography/fix/reverse-pre-post-tags

fix reverse pre/postscript tags
This commit is contained in:
Dan Funk 2022-07-05 10:23:14 -04:00 committed by GitHub
commit b9ed7363f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.')
]