Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart ed37c7e68d
Bug 35477: Show a warning when non-existent items are added to the waiting list
Only messages "X new items added" or "No items added" were displayed.
With this patch we will display:
A warning with "No items added"
A warning with "X new items added. Y items not found." when some items
have not been added
A messages "X new items added" when everything went well

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-01-04 16:51:46 +01:00
..
components Bug 35477: Show a warning when non-existent items are added to the waiting list 2024-01-04 16:51:46 +01:00
composables Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
fetch Bug 34587: Add integration with the counter registry API 2023-10-31 16:46:17 -03:00
i18n Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
modules Bug 34587: (QA follow-up) Tidy 2023-10-31 16:46:32 -03:00
routes Bug 35408: Fix import job link 2023-12-11 19:41:23 +01:00
stores Bug 35229: Update cypress tests for usage reports 2023-11-24 16:27:26 -03:00
messages.js Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
vue-shims.d.ts