Skip to content

Commit

Permalink
Merge pull request DSpace#9358 from atmire/atmire-hierarchical-vocabu…
Browse files Browse the repository at this point in the history
…lary-preloadLevel-config-fix-main

PreloadLevel config vocabulary issue
  • Loading branch information
tdonohue authored May 1, 2024
2 parents af4d28f + cb188f9 commit 9da023c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public Choice getChoice(String authKey, String locale) {

@Override
public boolean isHierarchical() {
init();
return true;
}

Expand Down Expand Up @@ -256,6 +257,7 @@ public Choice getParentChoice(String authorityName, String childId, String local

@Override
public Integer getPreloadLevel() {
init();
return preloadLevel;
}

Expand Down

0 comments on commit 9da023c

Please sign in to comment.