Bug 32030: Add a route to display a resource
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 26 May 2022 09:08:11 +0000 (11:08 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:02 +0000 (09:44 -0300)
commit70f5e7913ca5974b403f369878e93593182897c3
tree6de789338cfa45bed0d2d766acada8641fad9206
parent9a151c5113068d145c04145c798fe8764a17bead
Bug 32030: Add a route to display a resource

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
15 files changed:
Koha/ERM/EHoldings/Package.pm
Koha/REST/V1/ERM/EHoldings/Resources.pm [new file with mode: 0644]
api/v1/swagger/definitions/erm_eholdings_package.yaml
api/v1/swagger/definitions/erm_eholdings_resource.yaml
api/v1/swagger/paths/erm_eholdings_packages.yaml
api/v1/swagger/paths/erm_eholdings_resources.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsPackagesShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsResources.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsResourcesShow.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesFormAddResources.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch.js
koha-tmpl/intranet-tmpl/prog/js/vue/routes.js