Skip to content

Commit

Permalink
HOTFIX #605 del the filter in native data model.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnhan committed Dec 2, 2022
1 parent 8bad32a commit 2a195d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void initialize() {
}

public LazyDataModel<Map<String, Object>> getNativeDataModel() throws NamingException {

filters.remove("moduleBelonging");
return getNativeDataModel(filters);
}

Expand Down

0 comments on commit 2a195d1

Please sign in to comment.