Bug 14675

Summary: Updating personal details on OPAC - request sent even if no changes are made
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: OPACAssignee: Martin Stenberg <martin>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, martin, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 14675: Don't update details if no changes made
Bug 14675: Don't update details if no changes made
Bug 14675: Don't update details if no changes made

Description Aleisha Amohia 2015-08-12 03:36:42 UTC
Rather than saying that the user's updates have been submitted when they haven't made any, it should take them back to the details page and there should be a pop-up that says "No changes were made". More accurate message.
Comment 1 Martin Stenberg 2015-08-18 14:49:11 UTC Comment hidden (obsolete)
Comment 2 Aleisha Amohia 2015-08-20 06:34:36 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-08-20 12:50:41 UTC
Created attachment 41714 [details] [review]
Bug 14675: Don't update details if no changes made

if no changes has been made for personal details, bring user back to details
page and inform them that no changes has been made.

Signed-off-by: Aleisha <aleishaamohia@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Tomás Cohen Arazi 2015-08-20 16:47:46 UTC
Patch pushed to master.

Thanks Martin!