mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +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
|
def check_create_permissions
|
||||||
render_403 unless can_create_project_folders?(current_team)
|
render_403 unless can_create_project_folders?(current_team)
|
||||||
|
end
|
||||||
|
|
||||||
def check_manage_permissions
|
def check_manage_permissions
|
||||||
render_403 unless can_update_team?(current_team)
|
render_403 unless can_update_team?(current_team)
|
||||||
|
|
Loading…
Add table
Reference in a new issue