-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 9.10
-
Fix Version/s: 11.x
-
Component/s: User Workspace
-
Tags:
When the following Studio XML extension is hot-reloaded, the user workspace of newly created users are still created in domain /default-domain"
<require>org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl</require> <extension target="org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService" point="userWorkspace"> <userWorkspace class="org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl" targetDomainName="other-domain" > <userWorkspaceType>Workspace</userWorkspaceType> </userWorkspace> </extension>
FYI if a new value is contributed for element userWorkspaceType, it is taken into account at hot-reload.