]> git.koha-community.org Git - koha.git/commit
Bug 37288: Allow manual providers to be edited
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 29 Jul 2024 08:52:39 +0000 (08:52 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 1 Aug 2024 16:22:32 +0000 (18:22 +0200)
commit8872aa91e35a77951eb60037bc1f709fe093f00a
treeb1b401a865a8def03a089e3b126ab57f4a0c0993
parentb646d8ab651e32067367a8ba781fc4256b9eec68
Bug 37288: Allow manual providers to be edited

There is a bug preventing manually created providers from being edited. This patch fixes that issue and allows providers to be edited if they have been created manually

Test plan:
1) Create a data provider in the ERM manually using the Create manually option
2) Click to edit that provider
3) The form will not load
4) Apply patch and run yarn build
5) Hard refresh the browser
6) The form should now load correctly

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue