Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing behavior when selecting a title from one series and trying to set it as the current title in another #1699

Open
lizadaly opened this issue Aug 9, 2022 · 0 comments

Comments

@lizadaly
Copy link
Contributor

lizadaly commented Aug 9, 2022

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.

image

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.
@lizadaly lizadaly added the bug label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant