]> git.koha-community.org Git - koha.git/commit
Bug 22440: New ILL requests table
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 30 Mar 2023 10:07:17 +0000 (12:07 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 May 2023 07:16:29 +0000 (08:16 +0100)
commit026032f94467c1837631f7d0d106e07ccaf5653f
treeb0474446e261190f6d561acfabb6dd841dfaacc3
parent0d78fb1b1274ed7390dd4e37ae3a7810759e8ad8
Bug 22440: New ILL requests table

Use kohaTable requesting the REST api instead of the old KohaTable

Co-authored-by: Tomás Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 33084fb40c772ec1f76cbbcb06bcbfc5b87a3042)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
13 files changed:
Koha/Illrequest.pm
Koha/Illrequestattributes.pm
Koha/Schema/Result/Illrequest.pm
admin/columns_settings.yml
api/v1/swagger/definitions/ill_request.yaml
api/v1/swagger/paths/illrequests.yaml
koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc
koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc
koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt
koha-tmpl/intranet-tmpl/prog/js/datatables.js
koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js