Skip to content

Commit

Permalink
New resource menu item warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Sep 7, 2022
1 parent e969ee6 commit c0a6357
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ public class PageResource extends PageAssignmentHolderDetails<ResourceType, Reso
private static final String ID_WIZARD = "wizard";
private List<Breadcrumb> wizardBreadcrumbs = new ArrayList<>();

public PageResource() {
super();
}

public PageResource(PageParameters pageParameters) {
super(pageParameters);
}
Expand Down

0 comments on commit c0a6357

Please sign in to comment.