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 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.