Bug 34214: Make 'icon' configurable for Toolbar options
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jul 2023 07:19:11 +0000 (09:19 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 7 Jul 2023 15:12:45 +0000 (12:12 -0300)
commitf317247776735154722cc41d3afec15bfa7ff9e2
tree6f9a50c997b35faa86e2596b075406c9773f8e20
parent29063caca234f61cbf9640622164dcfce5a2b8ac
Bug 34214: Make 'icon' configurable for Toolbar options

Bug 33417 added a generic 'Toolbar' Vue component but always add a 'plus' icon. We should make it configurable.

Test plan:
Regenerate the Vue app: `yarn js:build`
Go to the ERM module and confirm that the toolbar has the '+' icon.

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Alexander Blanchard <alexander.blanchard@ptfs-europe.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue