Back to bug 27405
Who | When | What | Removed | Added |
---|---|---|---|---|
martin.renvoize | 2021-01-12 10:18:15 UTC | Blocks | 26926 | |
Keywords | Academy | |||
catherinem2003 | 2021-01-20 00:44:14 UTC | Assignee | koha-bugs | catherinem2003 |
CC | catherinem2003 | |||
catherinem2003 | 2021-01-20 01:02:11 UTC | Status | NEW | Needs Signoff |
catherinem2003 | 2021-01-20 21:40:47 UTC | Attachment #115378 Attachment is obsolete | 0 | 1 |
david | 2021-02-20 23:10:03 UTC | Attachment #115463 Attachment is obsolete | 0 | 1 |
CC | david | |||
oleonard | 2021-02-23 11:45:55 UTC | Comment 1 Tag | obsolete | |
oleonard | 2021-02-23 11:45:58 UTC | Comment 2 Tag | obsolete | |
oleonard | 2021-02-23 11:51:12 UTC | Patch complexity | --- | Trivial patch |
Status | Needs Signoff | Signed Off | ||
oleonard | 2021-02-23 11:51:15 UTC | Attachment #117119 Attachment is obsolete | 0 | 1 |
Attachment #117120 Attachment is obsolete | 0 | 1 | ||
katrin.fischer | 2021-03-04 15:57:50 UTC | Status | Signed Off | Passed QA |
katrin.fischer | 2021-03-04 15:57:53 UTC | Attachment #117195 Attachment is obsolete | 0 | 1 |
katrin.fischer | 2021-03-04 15:57:56 UTC | Attachment #117196 Attachment is obsolete | 0 | 1 |
david | 2021-03-08 10:19:29 UTC | Text to go in the release notes | This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/pos/register.tt to use <input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"> as per the accessibility coding guideline ACC2. | |
jonathan.druart | 2021-03-09 16:19:51 UTC | Version(s) released in | 21.05.00 | |
Status | Passed QA | Pushed to master | ||
jonathan.druart | 2021-05-25 14:25:03 UTC | CC | jonathan.druart+koha | |
Text to go in the release notes | This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/pos/register.tt to use <input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"> as per the accessibility coding guideline ACC2. | This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/pos/register.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"' as per the accessibility coding guideline ACC2. | ||
katrin.fischer | 2021-12-13 21:12:55 UTC | Status | Pushed to master | CLOSED |
Resolution | --- | FIXED |
Back to bug 27405