refactor add to team

This commit is contained in:
Dmitriy Zaporozhets 2013-01-25 17:26:00 +02:00
parent 5f3df89c64
commit 639b0a8715
1 changed files with 1 additions and 3 deletions

View File

@ -82,9 +82,7 @@ module Gitlab
project_team_user.destroy if project_team_user.present?
# project_team_user.project_access != granted_access
if granted_access > 0
UsersProject.add_users_into_projects([project.id], [user.id], granted_access)
end
project.team << [user, granted_access] if granted_access > 0
end
def max_teams_member_permission_in_project(user, project, teams = nil)