With this change it's possible to select other users in the edit workspace dialog for private workspaces:
The access checks are partially done via policies, but also via AOP in the UserService of Neos and WorkspaceService of the Neos.UI as most security related checks for workspace access are not done via policies in the core.
With this change it's possible to select other users in the edit workspace dialog for private workspaces:
The access checks are partially done via policies, but also via AOP in the
UserService
of Neos andWorkspaceService
of the Neos.UI as most security related checks for workspace access are not done via policies in the core.Resolves: #9 Replaces: #10