Fixes #4034 - Core Workflow: Stop after match is not saved.
This commit is contained in:
parent
9e1581d9b6
commit
62c527c772
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue