Skip to content

Commit

Permalink
role catalog panel, loading tiles on first panel initialization fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jan 11, 2023
1 parent d185d9f commit b1235bc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ private void initLayout() {

@Override
protected ObjectQuery getCustomizeContentQuery() {
// make sure menuModel was loaded
menuModel.getObject();

RoleCatalogQuery catalogQuery = queryModel.getObject();
ObjectQuery query = catalogQuery.getQuery();

Expand Down

0 comments on commit b1235bc

Please sign in to comment.