Skip to content

Commit

Permalink
Merge pull request #37 from janvanmansum/IQSS/9983-missing_unique_con…
Browse files Browse the repository at this point in the history
…straints

Amendment
  • Loading branch information
qqmyers authored Oct 10, 2023
2 parents 39a2cf5 + 1c7bc24 commit e6ef39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public void setDisplayOnCreate(boolean displayOnCreate) {
}

public boolean isControlledVocabulary() {
return controlledVocabularyValues != null && !controlledVocabularyValues.isEmpty();
return allowControlledVocabulary;
}

/**
Expand Down

0 comments on commit e6ef39c

Please sign in to comment.