Hi, I need to change the Nuxeo DM 5.3.2 startup page to a custom page. I found this FAQ explaining how to achieve this but it is not working:
https://doc.nuxeo.com/display/KB/Changing+the+welcome+page+of+Nuxeo+DM I want to start off by first making the example in the FAQ work, so I placed the following code in the deployment-fragment.xml of my project: <extension target="pages#PAGES"> <page view-id="/nxstartup.xhtml" action="#{startupHelper.initDomainAndFindStartupPage('Default domain', 'user_dashboard')}" /> </extension> I do get this written in pages.xml but I still get the default view displaying the list of workspaces in the Domain and not the user dashboard. Is there something else that I need to do to get it to work? Regards, Julienne --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
