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
9df12a81
Commit
9df12a81
authored
May 10, 2021
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing `listEpicsPath` used by epics filter
parent
6da49550
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ee/app/assets/javascripts/epics_list/epics_list_bundle.js
ee/app/assets/javascripts/epics_list/epics_list_bundle.js
+2
-0
ee/app/views/groups/epics/index.html.haml
ee/app/views/groups/epics/index.html.haml
+1
-0
No files found.
ee/app/assets/javascripts/epics_list/epics_list_bundle.js
View file @
9df12a81
...
...
@@ -36,6 +36,7 @@ export default function initEpicsList({ mountPointSelector }) {
epicsCountClosed
,
epicsCountAll
,
epicNewPath
,
listEpicsPath
,
groupFullPath
,
groupLabelsPath
,
groupMilestonesPath
,
...
...
@@ -71,6 +72,7 @@ export default function initEpicsList({ mountPointSelector }) {
[
IssuableStates
.
All
]:
parseInt
(
epicsCountAll
,
10
),
},
epicNewPath
,
listEpicsPath
,
groupFullPath
,
groupLabelsPath
,
groupMilestonesPath
,
...
...
ee/app/views/groups/epics/index.html.haml
View file @
9df12a81
...
...
@@ -14,6 +14,7 @@
closed:
issuables_count_for_state
(
:epic
,
:closed
),
all:
issuables_count_for_state
(
:epic
,
:all
)
},
epic_new_path:
new_group_epic_url
(
@group
),
list_epics_path:
group_epics_path
(
@group
),
group_full_path:
@group
.
full_path
,
group_labels_path:
group_labels_path
(
@group
,
format: :json
),
group_milestones_path:
group_milestones_path
(
@group
,
format: :json
),
...
...
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