Fixes #4034 - Core Workflow: Stop after match is not saved.

This commit is contained in:
Rolf Schmidt 2022-03-28 07:53:14 +01:00
parent 9e1581d9b6
commit 62c527c772

View file

@ -1,5 +1,5 @@
class App.CoreWorkflow extends App.Model
@configure 'CoreWorkflow', 'name', 'object', 'preferences', 'condition_saved', 'condition_selected', 'perform', 'priority', 'active'
@configure 'CoreWorkflow', 'name', 'object', 'preferences', 'condition_saved', 'condition_selected', 'perform', 'stop_after_match', 'priority', 'active'
@extend Spine.Model.Ajax
@url: @apiPath + '/core_workflows'
@configure_attributes = [