You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While chasing publish lock UI bugs on demo (4.20), I stumbled upon this confusing behavior.
PROBLEM
After the publish lock warning msg clears upon refresh, and something failed, the error msg is displayed on the latest published version (see screenshot below), and not on the draft version where the publish workflow was started by the user when they clicked the Publish btn.
This leads to confusion. The msg text even suggests, "please try again", but there is no Publish btn displayed to click!
SUGGESTION
The publish error msg should be displayed on the draft version, not the latest published version.
REFERENCES
The text was updated successfully, but these errors were encountered:
Thanks @mheppler. I think we fixed something similar this recently, but a quick search didn't turn anything up. :/ I agree with your suggestion about how to handle this. I'll add to up next.
Confirming that the PR #7118 will also fix this issue. If anything goes wrong during an attempt to publish, the user will end up staying on the draft page. And not, confusingly, on the last previously published version (if exists).
While chasing publish lock UI bugs on demo (4.20), I stumbled upon this confusing behavior.
PROBLEM
After the publish lock warning msg clears upon refresh, and something failed, the error msg is displayed on the latest published version (see screenshot below), and not on the draft version where the publish workflow was started by the user when they clicked the Publish btn.
This leads to confusion. The msg text even suggests, "please try again", but there is no Publish btn displayed to click!
SUGGESTION
The publish error msg should be displayed on the draft version, not the latest published version.
REFERENCES
The text was updated successfully, but these errors were encountered: