Browse Source
When a Manager without `access_all` creates a new collection, the CollectionUser record was saved with `manage=false`. This caused the ManagerHeaders guard to reject subsequent edit requests with "The current user isn't a manager for this collection". Set manage=true so the creating Manager can manage their own collection. Fixes #6871pull/6878/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue