You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interfaces were changed on current master (upcoming Nextcloud 28),
so the event dispatcher for the User class should be the interface from OCP
instead of directly use the Symfony dispatcher.
Fixes:
> TypeError: OC\User\User::__construct(): Argument #3 ($dispatcher) must be of type OCP\EventDispatcher\IEventDispatcher, OC\EventDispatcher\SymfonyAdapter given, called in /var/www/html/custom_apps/groupfolders/lib/Versions/GroupVersionsExpireManager.php on line 69 and defined in /var/www/html/lib/private/User/User.php:105
Signed-off-by: Ferdinand Thiessen <[email protected]>
When WorkspaceManagers are assigned delegated admin rights to the groupfolders app, they can manage the ACL of all groupfolders from the file app:
This shouldn't be the case: they should only be able to manage the ACL of the groupfolders for which they are GE
The text was updated successfully, but these errors were encountered: