Summary: | Set autocomplete=off for patron search input | ||
---|---|---|---|
Product: | Koha | Reporter: | paxed <pasi.kallinen> |
Component: | Staff interface | Assignee: | paxed <pasi.kallinen> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, martin.renvoize, nick, olli-antti.kivilahti, veron |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 12283: Disable autocomplete for patron search inputs
Bug 12283: Disable autocomplete for patron search inputs Bug 12283: Disable autocomplete for patron search inputs Bug 12283: Disable autocomplete for patron search inputs |
Description
paxed
2014-05-19 05:26:20 UTC
Created attachment 61374 [details] [review] Bug 12283: Disable autocomplete for patron search inputs git bz apply 12283 Bug 12283 - Set autocomplete=off for patron search input 61374 - Bug 12283: Disable autocomplete for patron search inputs Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12283: Disable autocomplete for patron search inputs fatal: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc). error: could not build fake ancestor Patch failed at 0001 Bug 12283: Disable autocomplete for patron search inputs The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-12283-Disable-autocomplete-for-patron-search-i-rhFF_M.patch Created attachment 80753 [details] [review] Bug 12283: Disable autocomplete for patron search inputs In a production system, you don't usually search for the same patron over and over, so there's no sense for the browser to save a list of searched patrons in the patron quick search. Therefore, should set autocomplete=off for that input field. Created attachment 84441 [details] [review] Bug 12283: Disable autocomplete for patron search inputs In a production system, you don't usually search for the same patron over and over, so there's no sense for the browser to save a list of searched patrons in the patron quick search. Therefore, should set autocomplete=off for that input field. Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos@inLibro.com> Created attachment 84444 [details] [review] Bug 12283: Disable autocomplete for patron search inputs In a production system, you don't usually search for the same patron over and over, so there's no sense for the browser to save a list of searched patrons in the patron quick search. Therefore, should set autocomplete=off for that input field. Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos@inLibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Awesome work all! Pushed to master for 19.05 Enhancement, change of behaviour, will not be backported to 18.11.x series. |