Back to bug 38450

Who When What Removed Added
jonathan.druart 2024-11-18 09:55:13 UTC Version 24.05 unspecified
Severity enhancement normal
Status NEW ASSIGNED
Assignee koha-bugs jonathan.druart
jonathan.druart 2024-11-18 10:04:47 UTC Status ASSIGNED Needs Signoff
katrin.fischer 2024-11-18 10:39:01 UTC Keywords RM_priority
david 2024-11-27 21:13:05 UTC Status Needs Signoff Signed Off
david 2024-11-27 21:13:08 UTC Attachment #174672 Attachment is obsolete 0 1
david 2024-11-27 21:18:49 UTC Text to go in the release notes This fixes some missing strings in the po files used for translation. Strings in this format were being included: _("This %s is picked").format(foo) However, strings using this format were not: _("This %s is NOT picked".format(bar))
CC david
m.de.rooy 2024-12-06 09:51:32 UTC Status Signed Off Passed QA
Patch complexity --- Trivial patch
m.de.rooy 2024-12-06 09:51:34 UTC Attachment #175013 Attachment is obsolete 0 1
m.de.rooy 2024-12-06 09:51:45 UTC QA Contact testopia m.de.rooy
katrin.fischer 2024-12-23 08:38:13 UTC Version(s) released in 25.05.00
Status Passed QA Pushed to main
paul.derscheid 2025-02-03 19:09:14 UTC Status Pushed to main Pushed to stable
Version(s) released in 25.05.00 25.05.00,24.11.02
david 2025-02-03 21:36:33 UTC Text to go in the release notes This fixes some missing strings in the po files used for translation. Strings in this format were being included: _("This %s is picked").format(foo) However, strings using this format were not: _("This %s is NOT picked".format(bar)) This fixes some missing strings in the po files used for translation. Strings in this format were being included for translation: _("This %s is picked").format(foo) However, strings using this format were not: _("This %s is NOT picked".format(bar))
alexbuckley 2025-03-19 20:56:44 UTC CC alexbuckley

Back to bug 38450