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
4f4d1244
Commit
4f4d1244
authored
Jan 25, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert
3f17f29a
parent
1fe80c29
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
20 deletions
+4
-20
app/views/shared/issuable/_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+0
-4
changelogs/unreleased/revert-filter-assigned-to-me.yml
changelogs/unreleased/revert-filter-assigned-to-me.yml
+4
-0
spec/features/issues/filtered_search/dropdown_assignee_spec.rb
...features/issues/filtered_search/dropdown_assignee_spec.rb
+0
-16
No files found.
app/views/shared/issuable/_search_bar.html.haml
View file @
4f4d1244
...
@@ -47,10 +47,6 @@
...
@@ -47,10 +47,6 @@
%li
.filter-dropdown-item
{
'data-value'
=>
'none'
}
%li
.filter-dropdown-item
{
'data-value'
=>
'none'
}
%button
.btn.btn-link
%button
.btn.btn-link
No Assignee
No Assignee
-
if
current_user
%li
.filter-dropdown-item
{
'data-value'
=>
current_user
.
to_reference
}
%button
.btn.btn-link
Assigned to me
%li
.divider
%li
.divider
%ul
.filter-dropdown
{
'data-dynamic'
=>
true
,
'data-dropdown'
=>
true
}
%ul
.filter-dropdown
{
'data-dynamic'
=>
true
,
'data-dropdown'
=>
true
}
%li
.filter-dropdown-item
%li
.filter-dropdown-item
...
...
changelogs/unreleased/revert-filter-assigned-to-me.yml
0 → 100644
View file @
4f4d1244
---
title
:
Revert 3f17f29a
merge_request
:
8785
author
:
spec/features/issues/filtered_search/dropdown_assignee_spec.rb
View file @
4f4d1244
...
@@ -43,14 +43,6 @@ describe 'Dropdown assignee', js: true, feature: true do
...
@@ -43,14 +43,6 @@ describe 'Dropdown assignee', js: true, feature: true do
expect
(
page
).
to
have_css
(
js_dropdown_assignee
,
visible:
true
)
expect
(
page
).
to
have_css
(
js_dropdown_assignee
,
visible:
true
)
end
end
it
'shows assigned to me link'
do
filtered_search
.
set
(
'assignee:'
)
page
.
within
js_dropdown_assignee
do
expect
(
page
).
to
have_content
(
'Assigned to me'
)
end
end
it
'closes when the search bar is unfocused'
do
it
'closes when the search bar is unfocused'
do
find
(
'body'
).
click
()
find
(
'body'
).
click
()
...
@@ -129,14 +121,6 @@ describe 'Dropdown assignee', js: true, feature: true do
...
@@ -129,14 +121,6 @@ describe 'Dropdown assignee', js: true, feature: true do
filtered_search
.
set
(
'assignee:'
)
filtered_search
.
set
(
'assignee:'
)
end
end
it
'filters by current user'
do
page
.
within
js_dropdown_assignee
do
click_button
'Assigned to me'
end
expect
(
filtered_search
.
value
).
to
eq
(
"assignee:
#{
user
.
to_reference
}
"
)
end
it
'fills in the assignee username when the assignee has not been filtered'
do
it
'fills in the assignee username when the assignee has not been filtered'
do
click_assignee
(
user_jacob
.
name
)
click_assignee
(
user_jacob
.
name
)
...
...
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