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
a95bc144
Commit
a95bc144
authored
Aug 27, 2018
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EE port - Allow to delete group milestones
parent
339fa37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
ee/app/helpers/ee/milestones_helper.rb
ee/app/helpers/ee/milestones_helper.rb
+1
-9
No files found.
ee/app/helpers/ee/milestones_helper.rb
View file @
a95bc144
...
@@ -18,7 +18,7 @@ module EE
...
@@ -18,7 +18,7 @@ module EE
return
false
if
cookies
[
'hide_burndown_message'
].
present?
return
false
if
cookies
[
'hide_burndown_message'
].
present?
return
false
unless
milestone
.
supports_burndown_charts?
return
false
unless
milestone
.
supports_burndown_charts?
warning
.
nil?
&&
can
_admin_milestone?
(
milestone
)
warning
.
nil?
&&
can
?
(
current_user
,
:admin_milestone
,
milestone
.
parent
)
end
end
def
data_warning_for
(
burndown
)
def
data_warning_for
(
burndown
)
...
@@ -45,13 +45,5 @@ module EE
...
@@ -45,13 +45,5 @@ module EE
_
(
"Weight %{weight}"
)
%
{
weight:
weight
}
_
(
"Weight %{weight}"
)
%
{
weight:
weight
}
end
end
end
end
private
def
can_admin_milestone?
(
milestone
)
policy_name
=
milestone
.
group_milestone?
?
:admin_milestones
:
:admin_milestone
can?
(
current_user
,
policy_name
,
milestone
.
parent
)
end
end
end
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