09-14-2015 08:35 AM
I've followed the following procedure to redirect Nuxeo start up page, but it does not work for me : https://doc.nuxeo.com/display/NXDOC60/How+to+Customize+Startup+Redirection
It does not redirect the page, and I'm getting the standard dashboard after login.
Regards.
09-18-2015 12:39 PM
Hi,
Since Nuxeo 6.0, the solution doesn't work anymore.
The only way to redirect users on the dashboard after authentication is to override the method called for the connection, which is startupHelper.initDomainAndFindStartupPage
.
The best example of override is the one provided by SocialWorkspaceStartupHelper.java: it redirects to the dashboard everyone except the administrator. Anyway, if that condition does not match your needs, you can simply do the "return dashboardNavigationHelper.navigateToDashboard()
".
So, there is no more solution based on XML configuration.
Regards,
Manon
10-13-2015 05:47 PM
The current documentation has been updated https://doc.nuxeo.com/display/NXDOC/How+to+Customize+Startup+Redirection
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.