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
b8430ddd
Commit
b8430ddd
authored
Jun 22, 2017
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change milestone endpoint for groups
parent
bd874729
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
app/helpers/milestones_helper.rb
app/helpers/milestones_helper.rb
+2
-0
changelogs/unreleased/34116-milestone-filtering-on-group-issues.yml
.../unreleased/34116-milestone-filtering-on-group-issues.yml
+4
-0
No files found.
app/helpers/milestones_helper.rb
View file @
b8430ddd
...
...
@@ -74,6 +74,8 @@ module MilestonesHelper
project
=
@target_project
||
@project
if
project
namespace_project_milestones_path
(
project
.
namespace
,
project
,
:json
)
elsif
@group
group_milestones_path
(
@group
,
:json
)
else
dashboard_milestones_path
(
:json
)
end
...
...
changelogs/unreleased/34116-milestone-filtering-on-group-issues.yml
0 → 100644
View file @
b8430ddd
---
title
:
Change milestone endpoint for groups
merge_request
:
12374
author
:
Takuya Noguchi
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