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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f6a4e563
Commit
f6a4e563
authored
Dec 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include scope in dashboard filters
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
16ea2ec1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/helpers/dashboard_helper.rb
app/helpers/dashboard_helper.rb
+2
-1
No files found.
app/helpers/dashboard_helper.rb
View file @
f6a4e563
...
@@ -2,6 +2,7 @@ module DashboardHelper
...
@@ -2,6 +2,7 @@ module DashboardHelper
def
filter_path
(
entity
,
options
=
{})
def
filter_path
(
entity
,
options
=
{})
exist_opts
=
{
exist_opts
=
{
status:
params
[
:status
],
status:
params
[
:status
],
scope:
params
[
:scope
],
project_id:
params
[
:project_id
],
project_id:
params
[
:project_id
],
}
}
...
@@ -12,7 +13,7 @@ module DashboardHelper
...
@@ -12,7 +13,7 @@ module DashboardHelper
path
path
end
end
def
entities_per_project
project
,
entity
def
entities_per_project
(
project
,
entity
)
items
=
project
.
items_for
(
entity
)
items
=
project
.
items_for
(
entity
)
items
=
case
params
[
:status
]
items
=
case
params
[
:status
]
...
...
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