feat: workflow unpublished entry (#2914)
* feat: workflow unpublished entry * fix: post rebase fix - load unpublished entry after unpublish * feat: change unpublish button to dropdown * test(cypress): add unpublish entry cypress test
This commit is contained in:
@ -175,7 +175,7 @@ export default class TestBackend {
|
||||
},
|
||||
metaData: {
|
||||
collection: options.collectionName,
|
||||
status: this.options.initialWorkflowStatus,
|
||||
status: options.status || this.options.initialWorkflowStatus,
|
||||
title: options.parsedData && options.parsedData.title,
|
||||
description: options.parsedData && options.parsedData.description,
|
||||
},
|
||||
|
Reference in New Issue
Block a user