Commit df12ad25 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'cngo-add-iteration-recent-suggestions' into 'master'

Add recent suggestions for iterations in group/project issues list

See merge request gitlab-org/gitlab!81281
parents 45a8ef8a 9dad0344
...@@ -37,6 +37,7 @@ export default { ...@@ -37,6 +37,7 @@ export default {
icon: 'iteration', icon: 'iteration',
token: IterationToken, token: IterationToken,
fetchIterations: this.fetchIterations, fetchIterations: this.fetchIterations,
recentSuggestionsStorageKey: `${this.fullPath}-issues-recent-tokens-iteration`,
}); });
} }
...@@ -50,7 +51,7 @@ export default { ...@@ -50,7 +51,7 @@ export default {
symbol: '&', symbol: '&',
idProperty: 'id', idProperty: 'id',
useIdValue: true, useIdValue: true,
recentSuggestionsStorageKey: `${this.fullPath}-issues-recent-tokens-epic_id`, recentSuggestionsStorageKey: `${this.fullPath}-issues-recent-tokens-epic`,
fullPath: this.groupPath, fullPath: this.groupPath,
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment