Skip to content

Commit 0589f09

Browse files
committed
Added new option save_version to changePublishedState.
1 parent 8ae6a23 commit 0589f09

File tree

1 file changed

+1
-0
lines changed
  • src/WorkflowGui/Resources/public/js/pimcore/workflow

1 file changed

+1
-0
lines changed

src/WorkflowGui/Resources/public/js/pimcore/workflow/transition.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pimcore.plugin.workflow.transition = Class.create({
7575
fields: ['type'],
7676
data: [
7777
['no_change'],
78+
['save_version'],
7879
['force_unpublished'],
7980
['force_published'],
8081
]

0 commit comments

Comments
 (0)