Bug 32030: ERM - Refactoring
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 May 2022 13:55:22 +0000 (15:55 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:43:43 +0000 (09:43 -0300)
commit2adaddeea4321ed4c7e7a887dcbc0db4555b1e25
tree44557f03827677a1d52c09cc98dd9608ae91dace
parent28e6c5890abf0d4b245eaab2096d677f6e3c7410
Bug 32030: ERM - Refactoring

We want the whole erm.pl to be a Vue app \o/

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>
16 files changed:
erm/agreements.pl [deleted file]
erm/erm-home.pl [deleted file]
erm/erm.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/includes/erm-menu.inc
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
koha-tmpl/intranet-tmpl/prog/en/modules/erm/agreements.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm-home.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
koha-tmpl/intranet-tmpl/prog/js/vue/Agreements.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Agreements.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Breadcrumb.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMHome.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts
package.json