Commit 17c9eb62 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Fix Analytics Author filters

This fix is for MR Analytics Assignees and
Author as well as VSA assignees.

Changelog: fixed
parent c03d2f87
......@@ -79,7 +79,6 @@ export default {
title: __('Assignees'),
type: 'assignees',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData,
unique: false,
operators: OPERATOR_IS_ONLY,
......
......@@ -86,7 +86,6 @@ export default {
title: __('Author'),
type: 'author',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.authorsData,
unique: true,
operators: OPERATOR_IS_ONLY,
......@@ -97,7 +96,6 @@ export default {
title: __('Assignee'),
type: 'assignee',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData,
unique: false,
operators: OPERATOR_IS_ONLY,
......
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