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) { ...@@ -5,7 +5,7 @@ export default function configureModerator(store) {
switch (type) { switch (type) {
case `projects/${projectsMutationTypes.RECEIVE_PROJECTS_SUCCESS}`: case `projects/${projectsMutationTypes.RECEIVE_PROJECTS_SUCCESS}`:
return store.dispatch('filters/setFilterOptions', { return store.dispatch('filters/setFilterOptions', {
filterId: 'project', filterId: 'project_id',
options: [ options: [
{ {
name: 'All', name: 'All',
......
...@@ -34,7 +34,7 @@ export default () => ({ ...@@ -34,7 +34,7 @@ export default () => ({
}, },
{ {
name: 'Project', name: 'Project',
id: 'project', id: 'project_id',
options: [ options: [
{ {
name: 'All', 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