We need to update number type inputs on intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2
Created attachment 115404 [details] [review] Bug 27406: update file to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: ken the file and ensure that no other inputs of type="number were missed.
Created attachment 115406 [details] [review] Bug 27406: update file to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: open the file and ensure that no other inputs of type="number" were missed
Created attachment 115464 [details] [review] Bug 27406: update file to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: open the file and ensure that no other inputs of type="number" were missed
Created attachment 115482 [details] [review] Bug 27406: update file to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: open the file and ensure that no other inputs of type="number" were missed Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 115521 [details] [review] Bug 27406: Update elasticsearch mapping to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: open the file and ensure that no other inputs of type="number" were missed Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Great work Catherine, thanks. Passing QA
Pushed to master for 21.05, thanks to everybody involved!
I propose not to backport since there are several places still at work (children of Bug 26926). Enhancement not pushed to 20.11.x