if project creator was remowed from Gitlab - creator is next admin, who edit this project

This commit is contained in:
Andrey Kumanyaev 2013-01-22 21:15:05 +04:00 committed by Dmitriy Zaporozhets
parent 4ce715a360
commit ccf8fa4fa2

View file

@ -29,6 +29,8 @@ class Admin::ProjectsController < Admin::ApplicationController
end
def update
project.creator = current_user unless project.creator
status = ::Projects::UpdateContext.new(project, current_user, params).execute(:admin)
if status