Summary: | Update admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2 | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Staff interface | Assignee: | Catherine <catherinem2003> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, catherinem2003, fridolin.somers, gmcharlt, jonathan.druart |
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: |
21.05.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26926 | ||
Attachments: |
Bug 27406: update file to adhere to ACC2
Bug 27406: update file to adhere to ACC2 Bug 27406: update file to adhere to ACC2 Bug 27406: update file to adhere to ACC2 Bug 27406: Update elasticsearch mapping to adhere to ACC2 |
Description
Martin Renvoize (ashimema)
2021-01-12 10:19:15 UTC
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! |