Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Aug 18, 2023
1 parent 3dfcd20 commit 7ce57bb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Empty file modified .github/release.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/release.yml
100644 → 100755
Empty file.
Empty file modified .gitmodules
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions src/webfrontend/CustomDataTypeDante.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ class CustomDataTypeDANTE extends CustomDataTypeWithCommons
fields = []
# dropdown for vocabulary-selection if more then 1 voc
vocTest = that.getVocabularyNameFromDatamodel(opts)
vocTest = vocTest.replace(/,/g, "|");
vocTestArr = vocTest.split('|')
if vocTestArr.length > 1 or vocTest == '*'
select = {
Expand Down

0 comments on commit 7ce57bb

Please sign in to comment.