Bug 30708: Rebase - Use a dedicated 'config' endpoint
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 31 Jul 2023 15:51:28 +0000 (17:51 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 18 Oct 2023 18:42:00 +0000 (15:42 -0300)
commitf5c581b0adc4fefeae19f8fe87bc8fddb9e356c3
treed293345725c9465d11a2a428adc5b44c14f152ac
parent9de59655bf14cf70f5abf9b20bbfed9953293b16
Bug 30708: Rebase - Use a dedicated 'config' endpoint

To retrieve the sysprefs, instead of using the svc script. See bug
33606.

Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/Preservation.pm [new file with mode: 0644]
api/v1/swagger/definitions/preservation_config.yaml [new file with mode: 0644]
api/v1/swagger/paths/preservation_config.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Settings.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch/preservation-api-client.js
koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts
koha-tmpl/intranet-tmpl/prog/js/vue/stores/preservation.js