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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
97a51817
Commit
97a51817
authored
Sep 02, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed error when updating groups
parent
638376c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/controllers/projects/group_links_controller.rb
app/controllers/projects/group_links_controller.rb
+1
-1
No files found.
app/controllers/projects/group_links_controller.rb
View file @
97a51817
...
@@ -21,7 +21,7 @@ class Projects::GroupLinksController < Projects::ApplicationController
...
@@ -21,7 +21,7 @@ class Projects::GroupLinksController < Projects::ApplicationController
def
update
def
update
@group_link
=
@project
.
project_group_links
.
find
(
params
[
:id
])
@group_link
=
@project
.
project_group_links
.
find
(
params
[
:id
])
return
render_403
unless
can?
(
current_user
,
action_member_permission
(
:admin
,
@group_link
.
group
)
,
@group_link
.
group
)
return
render_403
unless
can?
(
current_user
,
:admin_group
,
@group_link
.
group
)
@group_link
.
update_attributes
(
group_link_params
)
@group_link
.
update_attributes
(
group_link_params
)
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