Summary: | Prevent submission of patron modification request unless changes are actually made | ||
---|---|---|---|
Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | lisettepalouse+koha |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25063 |
Description
Christopher Brannon
2020-09-02 14:56:52 UTC
I see two angles on this--perhaps both? 1. We check for changes to the form and ask the user if they really mean to submit a form without having made changes. 2. We silently reject submissions with no changes. Somehow this seems nicer than telling the user they can't submit the form. (In reply to Owen Leonard from comment #1) > I see two angles on this--perhaps both? > > 1. We check for changes to the form and ask the user if they really mean to > submit a form without having made changes. > > 2. We silently reject submissions with no changes. Somehow this seems nicer > than telling the user they can't submit the form. What about a modal, summarizing the changes? If there are no changes, it says "No changes have been made." Thoughts? |