Browse Source

FIX repo setting api for forbidden

tags/v3.0.1
jasder 5 years ago
parent
commit
9f4c2bd673
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/repositories_controller.rb

+ 1
- 0
app/controllers/repositories_controller.rb View File

@@ -88,6 +88,7 @@ class RepositoriesController < ApplicationController
end
def edit
return render_forbidden if !@project.manager?(current_user)
end
def create_file


Loading…
Cancel
Save