Description
1) checkout branch 1_1_X
2) cd 1_1_X; mvn clean install
3) cd console; mvn -Pdebug
4) login into console
5) click on Roles tab
6) java.lang.NullPointerException
at org.apache.syncope.console.pages.panels.AbstractSearchResultPanel.<init>(AbstractSearchResultPanel.java:170)
at org.apache.syncope.console.pages.panels.RoleSearchResultPanel.<init>(RoleSearchResultPanel.java:59)
at org.apache.syncope.console.pages.Roles.<init>(Roles.java:97)
Attachments
Attachments
Issue Links
- is broken by
-
WICKET-5415 Do not initialize pages which were not rendered
- Resolved
- relates to
-
WICKET-5471 Store the page if it is known that it will be used in a following request
- Resolved