Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5ef96ae0
Commit
5ef96ae0
authored
Jan 10, 2019
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uses `project_id` for filtering on the GSD
Where GSD is the group security dashboard
parent
8351eb7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ee/app/assets/javascripts/security_dashboard/store/moderator.js
.../assets/javascripts/security_dashboard/store/moderator.js
+1
-1
ee/app/assets/javascripts/security_dashboard/store/modules/filters/state.js
...scripts/security_dashboard/store/modules/filters/state.js
+1
-1
ee/changelogs/unreleased/use-project-id-for-filtering.yml
ee/changelogs/unreleased/use-project-id-for-filtering.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/store/moderator.js
View file @
5ef96ae0
...
...
@@ -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
'
,
...
...
ee/app/assets/javascripts/security_dashboard/store/modules/filters/state.js
View file @
5ef96ae0
...
...
@@ -34,7 +34,7 @@ export default () => ({
},
{
name
:
'
Project
'
,
id
:
'
project
'
,
id
:
'
project
_id
'
,
options
:
[
{
name
:
'
All
'
,
...
...
ee/changelogs/unreleased/use-project-id-for-filtering.yml
0 → 100644
View file @
5ef96ae0
---
title
:
Uses project_id instead of project on the group security dashboard
merge_request
:
9109
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment