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
The message says adding a "description" is optional. I don't think I need additional description, but I can't publish until I put text in the description box. Every time I click the publish button, the interface does not react. It won't permit me to publish without a description. So, I guess the description is not optional. I went back and placed two blank spaces in the description box and then it allowed me to publish the changes to the casebook, including two (totally unnecessary) blank spaces in the description box.
The text was updated successfully, but these errors were encountered:
I was eventually able to to reproduce this, but I don't think it's fixable because it's a side effect of the H2O draft/revision model. We could probably catch the error differently, though explaining what to do next would be complicated.
What happened here is that the user created a draft, worked on it, and then accidentally went back to the published version, clicked "publish", and got (behind the scenes) a permission error because the backend claimed that it wasn't able to transition between the state of published and published.
The user thinks they were able to fix it by changing the description field, but that's just because they probably got back to the correct draft URL in doing so.
Reported by a user:
The text was updated successfully, but these errors were encountered: