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
This user behavior is nonsensical and the backend rejects the request, but the frontend does something confusing:
Have two series in your dashboard
Select a non-current title in the first series, then select "set current edition" in the second series. (The item will be grayed out but still clickable.)
The UI will duplicate the title you clicked on and highlight both of them (see screenshot).
However, the backend will reject the request (only visible in the developer console) and on refresh no changes will have occurred.
Expected behavior:
Items that should not be clickable should have no event handlers at all. Currently they only appear not-enabled.
If I did try to do this something like, I'd expect a visible error message, and no change in the UI.
The text was updated successfully, but these errors were encountered:
This user behavior is nonsensical and the backend rejects the request, but the frontend does something confusing:
Expected behavior:
The text was updated successfully, but these errors were encountered: