diff --git a/src/components/panels/edit/fields/LookupComplex.vue b/src/components/panels/edit/fields/LookupComplex.vue index 8c82f9be..d610af3d 100644 --- a/src/components/panels/edit/fields/LookupComplex.vue +++ b/src/components/panels/edit/fields/LookupComplex.vue @@ -607,7 +607,7 @@ export default { this.marcDeliminatedLCSHMode = true //Get the type of search - let selection = document.getElementById(this.guid) + let selection = document.getElementById(this.guid+"-select") let selected = selection.options[selection.selectedIndex].value this.searchType = selected @@ -671,7 +671,7 @@ export default { this.authorityLookup = this.searchValue.trim() this.searchValue = this.searchValue.trim() - let selection = document.getElementById(this.guid) + let selection = document.getElementById(this.guid+"-select") let selected = selection.options[selection.selectedIndex].value this.searchType = selected this.displaySubjectModal=true @@ -737,7 +737,7 @@ export default { // Open the authority `panel` for an given authority openAuthority: function() { //Get the type of search - let selection = document.getElementById(this.guid) + let selection = document.getElementById(this.guid+"-select") let selected = selection.options[selection.selectedIndex].value this.searchType = selected @@ -764,9 +764,13 @@ export default { this.marcDeliminatedLCSHModeTimeout = null this.marcDeliminatedLCSHModeResults = [] - let selection = document.getElementById(this.guid) - let selected = selection.options[selection.selectedIndex].value - this.searchType = selected + // try { + // let selection = document.getElementById(this.guid) + // let selected = selection.options[selection.selectedIndex].value + // this.searchType = selected + // } catch{ + + // } this.displaySubjectModal = true } diff --git a/src/components/panels/edit/fields/Ref.vue b/src/components/panels/edit/fields/Ref.vue index 98697ef6..bc464ad3 100644 --- a/src/components/panels/edit/fields/Ref.vue +++ b/src/components/panels/edit/fields/Ref.vue @@ -12,7 +12,7 @@ diff --git a/src/stores/config.js b/src/stores/config.js index 7e31f9fb..410406f8 100644 --- a/src/stores/config.js +++ b/src/stores/config.js @@ -7,7 +7,7 @@ export const useConfigStore = defineStore('config', { versionMajor: 0, versionMinor: 17, - versionPatch: 4, + versionPatch: 5, regionUrls: {