Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart f781fdb4a2
Bug 32807: Fetch count instead of all entries for agreements and licenses
To list agreements and licenses we are retrieving the whole list to
simply know if at least one exists (and display the table that will
fetch the X first elements to display).

We should call count instead.

Test plan:
List agreements and licenses.
If none exists, the table is not displayed but a "There are no...
defined" message instead.
If at least one exists the table must be there

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-27 12:50:00 +02:00
..
components Bug 32807: Fetch count instead of all entries for agreements and licenses 2023-03-27 12:50:00 +02:00
composables
fetch Bug 32807: Fetch count instead of all entries for agreements and licenses 2023-03-27 12:50:00 +02:00
modules Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
routes Bug 32991: Agreements: Add delete dialog to show. Removed FormConfirmDelete component and routes 2023-03-10 11:15:32 -03:00
stores Bug 32991: Don't remove all messages when confirm box is closed 2023-03-10 11:15:34 -03:00
messages.js Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
vue-shims.d.ts