NAE 5.7.1 migration guide
NAE 5.7.1
Frontend
Migration | Affected components | Severity |
---|---|---|
Multiple field inputs debounce times were increased to 600ms. | Debounce time | WARNING |
Default name for new child node in TreeCaseView was changed. If | TreeCaseView | WARNING |
Backend
Migration | Affected components | Severity |
---|---|---|
Engine processes have been altered slightly to be more user friendly. The existing instances should be migrated to the new process model. | Group process Filter process | BREAKING |
Corrected bug with task ref init values. Description of bug: when there is an auto trigger task on case, that is execute after the creation of case and actions change some task ref of case, the task ref init value resolver function removed the new value of task field and replaced with init one. This is because the actions of the auto triggered task was called earlier than the task ref init values would be resolved. However, this order is needed, because we only can set tasks to taskref that already exist. The problem was solved with a statement in | WorkflowService TaskField | WARNING |
Initial value of datafield behavior in case dataset has been set, when case is created. This value is copied from petrinet transition behavior values of fields. Previously empty behavior object was set into case dataset datafield behavior. New function was added at the end of | Case | WARNING |
Model
Migration | Affected components | Severity |
---|---|---|
The HTML editor view of the text field has been accidentally renamed to: <view>
<htmltextarea/>
</view> This change HAS been reverted in version 5.7.2 Nonetheless the <component>
<name>htmltextarea</name>
</component> The | HTML editor text field view | BREAKING |
Multichoice/enumeration field
| Multichoice/Enumeration Values | WARNING |
Multiple component properties for file field preview were added.
Do not combine | File field (preview) | OPTIONAL |