mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Fix merging
This commit is contained in:
parent
d9fdb20a99
commit
bdc8cfc5d5
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class ProjectFoldersController < ApplicationController
|
|||
|
||||
def check_create_permissions
|
||||
render_403 unless can_create_project_folders?(current_team)
|
||||
end
|
||||
|
||||
def check_manage_permissions
|
||||
render_403 unless can_update_team?(current_team)
|
||||
|
|
Loading…
Reference in a new issue