Sean Radford a écrit : > Hi, > > I'm using the current 5.1 HEAD and have a plugin that overrides > StartupHelper with my own to direct users to the dashboard view. On > login I do go to the Dashboard, however, the links to documents and > workspaces do not work. They result in a HTTP 404. > > An example URL that it is using is: > > http://localhost:8080/nuxeo/nxdoc/default/0f616abc-766a-4b2d-9cdc-d720d04fd7f2/view_documents?tabId=&conversationId=1 > > > My StartupHelper simply extends the Nuxeo one and I simply override > initDomanAndFindStartupPage(...) as below: > > public String initDomainAndFindStartupPage(String domainTitle, String > viewId) throws ClientException { > // delegate to super first > String result = initServerAndFindStartupPage(); > // now just ignore and go to the Dashboard > return DASHBOARD_VIEW; > } > > Should I be doing something else to direct to the Dashboard (the Nuxeo > StartupHelper code suggests it is ok) or is there a bug elsewhere?
You are most probably encountered this bug: http://jira.nuxeo.org/browse/NXP-1368 We are working on a fix right now. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
