mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- added serverPath, acceptUrl, rejectUrl and ticket params to the invite webscript/workflow
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10439 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -288,12 +288,12 @@
|
||||
<bean id="webscript.org.alfresco.repository.invite.invite.get"
|
||||
class="org.alfresco.repo.web.scripts.invite.Invite"
|
||||
parent="webscript">
|
||||
<property name="workflowService" ref="workflowServiceImpl"/>
|
||||
<property name="workflowService" ref="WorkflowService"/>
|
||||
<property name="personService" ref="personService"/>
|
||||
<property name="authenticationService" ref="authenticationService"/>
|
||||
<property name="mutableAuthenticationDao" ref="authenticationDao"/>
|
||||
<property name="namespaceService" ref="namespaceService"/>
|
||||
<property name="siteService" ref="siteService"/>
|
||||
<property name="namespaceService" ref="NamespaceService"/>
|
||||
<property name="siteService" ref="SiteService"/>
|
||||
<property name="nodeService" ref="NodeService"/>
|
||||
<property name="userNameGenerator" ref="userNameGenerator"/>
|
||||
<property name="passwordGenerator" ref="passwordGenerator"/>
|
||||
|
Reference in New Issue
Block a user