Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Matt Blenkinsop 6afe1e14dc
Bug 36956: Allow all providers to be displayed in reports
This patch fixes an incorrect usage of the API which was only returning 20 results.

Test plan:
1) Go to ERM module and make sure you have more than 20 data providers stored in your database.
1) (Optional) Run the following command (k-t-d) to create 21 data providers:
  perl -MKoha::Database -e '
      my $schema = Koha::Database->schema;

      $schema->resultset("ErmUsageDataProvider")->create({
          name => "name ".$_
      }) for (1..21)
  '
2) Go to eUsage / reports and create new report (cgi-bin/koha/erm/eusage/reports)
3) Check that only the first 20 data providers are displayed in the drop down
4) Apply patch
5) yarn build or reset_all to rebuild the javascript
6) Repeat steps 1-3, all providers should now be displayed

PA amended patch: Updated commit message test plan

Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-06-21 15:02:52 +02:00
..
components Bug 37043: Update the base URL for the Counter Registry API 2024-06-06 12:10:36 +01:00
composables
fetch Bug 36956: Allow all providers to be displayed in reports 2024-06-21 15:02:52 +02:00
i18n
modules Bug 35919: Add record sources admin page 2024-04-26 17:06:04 +02:00
routes Bug 34788: Add Vue components, api client and navigation route 2024-05-10 15:19:06 +02:00
stores
messages.js
vue-shims.d.ts