Hi, yes, you're right, we should have the move* permission inherited
I've just rebuild and run GateIn master with PR fromĀ GTNPORTAL-3459. But there is NPE in the console. Step to reproduce
- Login as root, create a portal site "TestSite"
- Go to "Page management" page, and Click "Add new page" --> NPE in the console
[http-bio-8080-exec-8] ERROR portal:UIPortalApplication - Error during the processAction phase
java.lang.NullPointerException
at org.exoplatform.portal.webui.page.UIPageForm$ChangeOwnerTypeActionListener.execute(UIPageForm.java:377)
at org.exoplatform.webui.event.Event.broadcast(Event.java:97)
at org.exoplatform.portal.webui.page.UIPageBrowser$AddNewActionListener.execute(UIPageBrowser.java:373)
at org.exoplatform.webui.event.Event.broadcast(Event.java:97)