]> git.koha-community.org Git - koha.git/commit
Bug 34587: Make column options dependent on data_type
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 3 Aug 2023 16:45:41 +0000 (16:45 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Oct 2023 19:46:10 +0000 (16:46 -0300)
commit1ad9959fa588cc15de5dbdba9d0a5533c53a6a0d
treeec0ff00fc43664348fdbe9b0ad1815ff64e3de9a
parent6225966b8d4eb06f2a4316b7475da2a4fd5a0616
Bug 34587: Make column options dependent on data_type

In the reports builder you can select which columns you would like to display in a report. Not all columns are applicable to all data types so it needs limiting to only be selectable if that column is available for that data type

Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue
koha-tmpl/intranet-tmpl/prog/js/vue/stores/usage-reports.js