Open sumerjabri opened 2 years ago
I tested the current behavior and I found this:
staged
, but since it also has the state new
it shows as new (due to our current validation in UI)So, if we validate the staged state of an item when new we may end up having issues with the modified state of an item when new.
Per https://github.com/craftercms/craftercms/issues/5442 we only show publishing target when no workflow is present — including new and or modified. We would need to discuss modifying the rules in order to do this.
Bug Report
Crafter CMS Version
4.0.0-SNAPSHOT
Date of Build
April 20, 2022
Describe the bug
New items remain new after having been published to staging. It should be a blue light (staged) and tell the user it's "Staged"
Similarly, previously published items that have since been edited and published to Staging still show edited.
To Reproduce
Steps to reproduce the behavior:
Logs
{{If applicable, attach the logs/stack trace (use https://gist.github.com).}}
Screenshots
{{If applicable, add screenshots to help explain your problem.}}