Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Martin Renvoize 950fa218d4
Bug 32179: Add page-sections as appropraite to the ERM module
We missed the page-section addition when ERM was updated for the new UI
prior to push.

Test plan
1) Start a koha-testing-docker
2) Build the ERM module with 'kshell > yarn install > yarn build_js'
3) Enable the ERM module via the system preferences
4) Enable both 'EBSCO' and 'Local' as providers
4) Check the following pages
   * ERM > Agreements
   * ERM > Licenses
   * ERM > eHoldings > Local > Packages
   * ERM > eHoldings > Local > Titles
   * ERM > eHoldings > Local > Titles > Add from a list
   * ERM > eHoldings > EBSCO > Packages
   * ERM > eHoldings > EBSCO > Titles
5) Apply this patch
6) Build the app again 'yarn build_js'
7) Confirm page-sections appear as expected on the pages mentioned in
   step 4.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-14 09:12:51 -03:00
..
components/ERM Bug 32179: Add page-sections as appropraite to the ERM module 2022-11-14 09:12:51 -03:00
composables Bug 32030: Filter by expired agreements 2022-11-08 09:44:21 -03:00
stores Bug 32030: Add lib for agreement's relationships values 2022-11-08 09:44:52 -03:00
fetch.js Bug 32030: Add users to licenses - Preparation 2022-11-08 09:44:47 -03:00
main-erm.ts Bug 32030: Remove unnecessary landing pages 2022-11-08 09:44:42 -03:00
messages.js Bug 32030: Add warning to Dialog 2022-11-08 09:44:15 -03:00
routes.js Bug 32030: Remove unnecessary landing pages 2022-11-08 09:44:42 -03:00
vue-shims.d.ts