-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature/324 implement update locations #620
Feature/324 implement update locations #620
Conversation
…hen in edit mode (will delete later, as it doesn't work for Add New Location)
Merge from develop
Merge with develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tried running the code yet, just read through it and noted a few things that could be tweaked.
…nt_update_locations' into feature/324_implement_update_locations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is all working perfectly. Just have a few comments about streamlining certain bits (which I realise you're just inheriting! So feel free to correct them in the original)
Addresses #324
Known bug: When a user views a Canonical Location and exits the modal without making changes by clicking Cancel, X, or outside of the modal, and then opens the modal for another non-Canonical Location, the second Location will sometimes incorrectly display as Canonical: Yes in the modal.
If the user then returns to the Canonical Location without making changes to the second Location, the Canonical Location will sometimes incorrectly display Location Platform: Project MUSE.
In neither case does this affect the underlying values of the fields upon Save; if the user clicks Save when the values are displaying incorrectly, the correct, original values of the fields will be preserved.
This display issue has already been identified in several other parts of the view (see #366).