Skip to content

Commit

Permalink
ignore vocabulary on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rsehr committed Oct 29, 2024
1 parent ecd7880 commit 2145c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public EntityDatabaseBean() {
private void loadConfiguration() {
XMLConfiguration config = ConfigPlugins.getPluginConfig("intranda_workflow_entity_editor");
config.setExpressionEngine(new XPathExpressionEngine());
configuration = new EntityConfig(config);
configuration = new EntityConfig(config, false);
}

public List<EntityType> getAllEntityTypes() {
Expand Down

0 comments on commit 2145c63

Please sign in to comment.