Commit 5ef96ae0 authored by samdbeckham's avatar samdbeckham

Uses `project_id` for filtering on the GSD

Where GSD is the group security dashboard
parent 8351eb7c
......@@ -5,7 +5,7 @@ export default function configureModerator(store) {
switch (type) {
case `projects/${projectsMutationTypes.RECEIVE_PROJECTS_SUCCESS}`:
return store.dispatch('filters/setFilterOptions', {
filterId: 'project',
filterId: 'project_id',
options: [
{
name: 'All',
......
......@@ -34,7 +34,7 @@ export default () => ({
},
{
name: 'Project',
id: 'project',
id: 'project_id',
options: [
{
name: 'All',
......
---
title: Uses project_id instead of project on the group security dashboard
merge_request: 9109
author:
type: fixed
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