Commit 8eb1adee authored by Donald Cook's avatar Donald Cook

Added my-reaction-emoji to boards filtering

parent 226c4abb
......@@ -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