Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
639b0a87
Commit
639b0a87
authored
Jan 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor add to team
parent
5f3df89c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lib/gitlab/user_team_manager.rb
lib/gitlab/user_team_manager.rb
+1
-3
No files found.
lib/gitlab/user_team_manager.rb
View file @
639b0a87
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment