mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #9358 from atmire/atmire-hierarchical-vocabulary-preloadLevel-config-fix-main
PreloadLevel config vocabulary issue
This commit is contained in:
@@ -224,6 +224,7 @@ public class DSpaceControlledVocabulary extends SelfNamedPlugin implements Hiera
|
||||
|
||||
@Override
|
||||
public boolean isHierarchical() {
|
||||
init();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -256,6 +257,7 @@ public class DSpaceControlledVocabulary extends SelfNamedPlugin implements Hiera
|
||||
|
||||
@Override
|
||||
public Integer getPreloadLevel() {
|
||||
init();
|
||||
return preloadLevel;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user