fix edit project members access link and page fixes refs #2745
This commit is contained in:
parent
5ee8c132a5
commit
6efda51cc5
4 changed files with 5 additions and 5 deletions
|
@ -6,6 +6,6 @@ class Admin::Projects::ApplicationController < Admin::ApplicationController
|
|||
protected
|
||||
|
||||
def project
|
||||
@project ||= Project.find_by_path(params[:project_id])
|
||||
@project ||= Project.find_with_namespace(params[:project_id])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue