Bug 20256: DBIC schema
[koha.git] / Koha / UI /
2023-02-02 Kyle M HallBug 20256: Use new methods
2023-01-18 Jonathan DruartBug 32550: (bug 28445 follow-up) Fix 'Clear on loan...
2022-10-21 Jonathan DruartBug 31154: Avoid unecessary loop
2022-10-21 Jonathan DruartBug 29662: (bug 27526 follow-up) Prefill all subfields...
2022-09-16 Marcel de RooyBug 31154: (QA follow-up) Fix UI form builder
2022-09-12 Joonas KylmäläBug 31455: (QA follow-up) Make table creation O(N)
2022-09-12 Lucas GassBug 31455: Make batchMod sort by order scanned
2022-07-22 Jonathan DruartBug 29697: Replace GetMarcBiblio occurrences with ...
2022-07-20 Nick ClemensBug 31179: (QA follow-up) POD fix
2022-07-20 Jonathan DruartBug 31179: Don't copy invisible subfields when duplicat...
2022-01-11 Jonathan DruartBug 29788: Fix batch delete item
2021-11-15 Marcel de RooyBug 29146: Same for item editor
2021-10-28 Jonathan DruartBug 28445: Add tests for subfields_to_prefill
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-18 Jonathan DruartBug 28445: Start form with empty library for batch mod
2021-10-18 Jonathan DruartBug 28445: Use Koha::UI::Form::Builder::Item from batch...
2021-10-18 Jonathan DruartBug 28445: Move controller code to Koha::UI::Form:...