Bug 30719: (QA follow-up) Squash:
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 29 Jun 2023 13:57:06 +0000 (13:57 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Oct 2023 17:45:18 +0000 (14:45 -0300)
commitfc83fb3ebbd093a7a1e3fb73cc1f16e0a3b9eb51
tree62214cc0bf9425d9fbb58d1f818cb51da643b04c
parent45d369aa81cfb0fabb7e9aaa7a575adacf4c7392
Bug 30719: (QA follow-up) Squash:

    This is a squash of 25 QA patches located at:
    https://github.com/PTFS-Europe/koha/commits/new_30719

Bug 30719: (QA follow-up) Batch column should be hidden by default
Bug 30719: (QA follow-up) Fix wrong tt filter type
Bug 30719: (QA follow-up) Make atomicupdate idempotent
Bug 30719: (QA follow-up) Use COMMENT syntax in database files
Bug 30719: (QA follow-up) Fix tiny boolean is_system
Bug 30719: (QA follow-up) Add missing CONSTRAINT entries from kohastructure.sql to the atomicupdate file
Bug 30719: (QA follow-up) Add missing koha_object_class and
koha_objects_class methods
Bug 30719: (QA follow-up) Swap search to find
Bug 30719: (QA follow-up) Fix tests
Bug 30719: (QA follow-up) API terminology - id -> batch_id
Bug 30719: (QA follow-up) API terminology - borrowernumber -> patron_id
Bug 30719: (QA follow-up) API terminology - branchcode -> library_id
Bug 30719: (QA follow-up) Make mandatory illbatch_statuses translatable
Bug 30719: (QA follow-up) Improve translatability
Bug 30719: (QA follow-up) Fix capitalization of Interlibrary Loan
Bug 30719: (QA follow-up) Change Branch to Library in ILL batches table
Bug 30719: (QA follow-up) Add template WRAPPER to batch statuses breadrcrumbs
Bug 30719: (QA follow-up) Utilize patron_to_html function to display patron info in batches table
Bug 30719: (QA follow-up) Add mandatory batch statuses to the atomicupdate
Bug 30719: (QA follow-up) Add page-section to the batch statuses list page
Bug 30719: (QA follow-up) Style Save button on batch status edit page
Bug 30719: (QA follow-up) Add question mark to label string, rephrase new ILL batch button
Bug 30719: (QA follow-up) Add noExport class to action columns in batch list table and batch modal table
Bug 30719: (QA follow-up) Add page-section and headers to ILL batch table
Bug 30719: (QA follow-up) Perltidy

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
29 files changed:
Koha/Illbatch.pm
Koha/IllbatchStatus.pm
Koha/REST/V1/IllbatchStatuses.pm
Koha/REST/V1/Illbatches.pm
Koha/REST/V1/Illrequests.pm
Koha/Schema/Result/Illbatch.pm
Koha/Schema/Result/IllbatchStatus.pm
admin/columns_settings.yml
admin/ill_batch_statuses.pl
api/v1/swagger/definitions/illbatch.yaml
api/v1/swagger/definitions/illbatchstatus.yaml
installer/data/mysql/atomicupdate/bug_30719_add_ill_batches.pl
installer/data/mysql/en/mandatory/illbatch_statuses.yml [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
installer/data/mysql/mandatory/illbatch_statuses.sql [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc
koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc
koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc
koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt
koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js
koha-tmpl/intranet-tmpl/prog/js/ill-batch-table.js
t/db_dependent/IllbatchStatuses.t
t/db_dependent/Illbatches.t
t/db_dependent/api/v1/ill_requests.t
t/db_dependent/api/v1/illbatches.t
t/db_dependent/api/v1/illbatchstatuses.t