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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c115d080
Commit
c115d080
authored
Dec 12, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent adding users to project team if group membership lock is in place.
parent
9c99c4fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
app/models/project_team.rb
app/models/project_team.rb
+5
-0
No files found.
app/models/project_team.rb
View file @
c115d080
...
...
@@ -12,6 +12,7 @@ class ProjectTeam
# @team << [@users, :master]
#
def
<<
(
args
)
return
false
if
group_member_lock
users
=
args
.
first
if
users
.
respond_to?
(
:each
)
...
...
@@ -218,4 +219,8 @@ class ProjectTeam
def
group
project
.
group
end
def
group_member_lock
group
&&
group
.
membership_lock
end
end
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