verbb / workflow

A Craft CMS plugin to create a workflow for publishing entries.
Other
140 stars 27 forks source link

Changing the status on the submission details page doesn't work #168

Closed MoritzLost closed 1 year ago

MoritzLost commented 1 year ago

Describe the bug

On the new submission details page, there's a Status dropdown in the sidebar which allows you to change the status of the submission. However, changing this status and then saving the submission using the Save button at the top doesn't do anything – after saving the submission, it shows the previous status again. Also, the confirmation pop-up says Comment saved successfully., which is weird since there's no comment field visible on the submission page.

workflow-status-change

Steps to reproduce

  1. As an editor, submit a draft.
  2. As a publisher, go to the submission details view, change the status from Pending to Approved using the dropdown in the sidebar, then save the entry.

Craft CMS version

4.3.3

Plugin version

2.0.0

Multi-site?

No

Additional context

No response

engram-design commented 1 year ago

Fixed in 2.0.2

MoritzLost commented 1 year ago

@engram-design Just tried 2.0.2, works well, thanks for the quick resolution! 🚀