]> git.koha-community.org Git - koha.git/commit
Bug 37607: Only default to manual form if we are editing
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Fri, 9 Aug 2024 16:05:55 +0000 (16:05 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 16:44:56 +0000 (18:44 +0200)
commita73cafda2daf020d41a86e8e80c5da50307ff277
treee83a60052e9c753d423b4ced67f29cead562bcb9
parent6a7f86f6347f8b4860e98f83f86fc0c088ea2916
Bug 37607: Only default to manual form if we are editing

This patch fixes an issue where the form to add a provder would automatically default to the manual form. This patch prevents this behaviour and restores the intended functionality.

Test plan:
1) Don't apply the patch
2) In ERM, click to add a new provider
3) Type something in the provider name search box
4) The input will change from a select to a text input and the button next to it will now say "Create from registry"
5) Apply patch
6) Yarn build and hard refresh the browser
7) Repeat steps 1-3, the form should work as intended and return results in the select box

Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue