Sean Radford a écrit : > I'm attempting to do just that but have a Nuxeo coding (usage) issue. > > I have built my plugin that happily deploys and my class is run after > the user logs in but on the redirect to 'my' starting page I get an error. > > In my 'test' class that replaces StartupHelper I override the > initDomainAndFindStartupPage and after finding the domain perform an > NXQL query to locate a particular Workspace. I then try and navigateTo > this Workspace, the resulting page is an error:
I would advise you to make you startup helper inject (with create = true) de default startupHelper dans delegate de CoreSession initialization to it by calling the default method first and then perform your custom init. _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
