Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart 35dd04e9cb
Bug 32925: Display loading info when a form is submitted
With this new ButtonSubmit component all our submit buttons will look
and behave identically.
Here we need a "submitting" information to be displayed, and the form to
be "deactivated".

This patch is a POC and use the new component on the add agreement and
delete agreement forms

Test plan:
It's easier to test if you add a sleep in the relevant place
(Koha/REST/V1/ERM/Agreements.pm for list and add/update)
Confirm that you see a "Submitting..." in the middle of the screen

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-02-27 11:14:10 -03:00
..
components Bug 32925: Display loading info when a form is submitted 2023-02-27 11:14:10 -03:00
composables Bug 32030: Filter by expired agreements 2022-11-08 09:44:21 -03:00
fetch Bug 32939: Use APIClient to replace PATCH requests 2023-02-27 11:13:13 -03:00
modules Bug 32806: Move main-erm.ts to modules/erm.ts 2023-02-27 11:12:01 -03:00
routes Bug 32806: Move routes.js to routes/erm.js 2023-02-27 11:12:00 -03:00
stores Bug 32030: Add lib for agreement's relationships values 2022-11-08 09:44:52 -03:00
messages.js Bug 32030: Add warning to Dialog 2022-11-08 09:44:15 -03:00
vue-shims.d.ts