mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Allow user managment on archived projects [SCI-7761]
This commit is contained in:
parent
937c8564f0
commit
53fca4f022
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ Canaid::Permissions.register_for(Project) do
|
|||
archive_project
|
||||
create_project_experiments
|
||||
create_project_comments
|
||||
manage_project_tags
|
||||
manage_project_users)
|
||||
manage_project_tags)
|
||||
.each do |perm|
|
||||
can perm do |_, project|
|
||||
project.active?
|
||||
|
|
Loading…
Reference in a new issue