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 {
'milestoneTitle',
'releaseTag',
'search',
'myReactionEmoji',
]);
filterParams.not = transformNotFilters(filters);
commit(types.SET_FILTERS, filterParams);
......
......@@ -126,6 +126,7 @@ export default {
'releaseTag',
'search',
'weight',
'myReactionEmoji',
]);
// 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