Commit f376fed8 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'boards-graphql-reaction' into 'master'

Added my-reaction-emoji to boards filtering

See merge request gitlab-org/gitlab!57547
parents 4e7dd083 8eb1adee
...@@ -69,6 +69,7 @@ export default { ...@@ -69,6 +69,7 @@ export default {
'milestoneTitle', 'milestoneTitle',
'releaseTag', 'releaseTag',
'search', 'search',
'myReactionEmoji',
]); ]);
filterParams.not = transformNotFilters(filters); filterParams.not = transformNotFilters(filters);
commit(types.SET_FILTERS, filterParams); commit(types.SET_FILTERS, filterParams);
......
...@@ -126,6 +126,7 @@ export default { ...@@ -126,6 +126,7 @@ export default {
'releaseTag', 'releaseTag',
'search', 'search',
'weight', 'weight',
'myReactionEmoji',
]); ]);
// Temporarily disabled until negated filters are supported for epic boards // Temporarily disabled until negated filters are supported for epic boards
......
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