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
9dad0344
Commit
9dad0344
authored
Feb 22, 2022
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recent suggestions for iterations in group/project issues list
Behind feature flag `vue_issues_list` defaulted to off
parent
325eb990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ee/app/assets/javascripts/issues/list/components/issues_list_app.vue
...ts/javascripts/issues/list/components/issues_list_app.vue
+2
-1
No files found.
ee/app/assets/javascripts/issues/list/components/issues_list_app.vue
View file @
9dad0344
...
...
@@ -37,6 +37,7 @@ export default {
icon
:
'
iteration
'
,
token
:
IterationToken
,
fetchIterations
:
this
.
fetchIterations
,
recentSuggestionsStorageKey
:
`
${
this
.
fullPath
}
-issues-recent-tokens-iteration`
,
});
}
...
...
@@ -50,7 +51,7 @@ export default {
symbol
:
'
&
'
,
idProperty
:
'
id
'
,
useIdValue
:
true
,
recentSuggestionsStorageKey
:
`
${
this
.
fullPath
}
-issues-recent-tokens-epic
_id
`
,
recentSuggestionsStorageKey
:
`
${
this
.
fullPath
}
-issues-recent-tokens-epic`
,
fullPath
:
this
.
groupPath
,
});
}
...
...
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