fix: some feature about permission

This commit is contained in:
2022-05-16 17:02:38 +08:00
parent acbd0d376c
commit 8ae6a0deb2
2 changed files with 2 additions and 2 deletions

View File

@@ -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]