Summary: | Don't show floating toolbar when duplicate patron record was detected | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart, kyle.m.hall, oleonard, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
20.05.00
|
Circulation function: | |
Attachments: |
Bug 24962: Do not display the toolbar when editing a patron and dup is found
Bug 24962: Do not display the toolbar when editing a patron and dup is found Bug 24962: Do not display the toolbar when editing a patron and dup is found |
Description
Katrin Fischer
2020-03-24 07:56:52 UTC
Created attachment 101508 [details] [review] Bug 24962: Do not display the toolbar when editing a patron and dup is found Whe a duplicate patron is found, the toolbar to save is display without the button. We must hide it completely, user has to use the 2 buttons from the dup message "Editing existing" or "Save as new". You caught me - I was missing the point :) Created attachment 101530 [details] [review] Bug 24962: Do not display the toolbar when editing a patron and dup is found Whe a duplicate patron is found, the toolbar to save is display without the button. We must hide it completely, user has to use the 2 buttons from the dup message "Editing existing" or "Save as new". Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Created attachment 101531 [details] [review] Bug 24962: Do not display the toolbar when editing a patron and dup is found Whe a duplicate patron is found, the toolbar to save is display without the button. We must hide it completely, user has to use the 2 buttons from the dup message "Editing existing" or "Save as new". Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> (In reply to Katrin Fischer from comment #4) > Created attachment 101531 [details] [review] [review] > Bug 24962: Do not display the toolbar when editing a patron and dup is found > > Whe a duplicate patron is found, the toolbar to save is display without > the button. > We must hide it completely, user has to use the 2 buttons from the dup > message "Editing existing" or "Save as new". > > Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > > Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Thx for the quick test Sally! Nice work everyone! Pushed to master for 20.05 does not apply to 19.11.x branch please rebase if needed. |