Skip to content

Commit

Permalink
Fix SKOS import autocomplete list (#1696)
Browse files Browse the repository at this point in the history
Fix SKOS import autocomplete to display a list of taxonomies instead of
displaying a list of descriptions.
  • Loading branch information
anvit committed Nov 6, 2023
1 parent 272899d commit 367b354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'class' => 'form-autocomplete',
'extraInputs' => '<input class="list" type="hidden" value="'
.url_for([
'module' => 'informationobject',
'module' => 'taxonomy',
'action' => 'autocomplete',
])
.'">',
Expand Down

0 comments on commit 367b354

Please sign in to comment.