mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
fix: some feature about permission
This commit is contained in:
@@ -3,7 +3,7 @@ class Traces::ProjectsController < Traces::BaseController
|
||||
|
||||
before_action :require_login
|
||||
before_action :load_project
|
||||
# before_action :authorizate_user_can_edit_project!
|
||||
before_action :authorizate_user_can_edit_project!, except: [:task_results]
|
||||
|
||||
def tasks
|
||||
branch_name = params[:branch_name]
|
||||
|
||||
Reference in New Issue
Block a user