Commit 9dad0344 authored by Coung Ngo's avatar Coung Ngo

Add recent suggestions for iterations in group/project issues list

Behind feature flag `vue_issues_list` defaulted to off
parent 325eb990
......@@ -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,
});
}
......
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