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
168ca963
Commit
168ca963
authored
Jan 17, 2022
by
sstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ff from filtered search for iterations
parent
4a36c773
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
16 deletions
+9
-16
ee/app/assets/javascripts/boards/components/issue_board_filtered_search.vue
...scripts/boards/components/issue_board_filtered_search.vue
+9
-13
ee/spec/frontend/boards/components/issue_board_filtered_search_spec.js
...end/boards/components/issue_board_filtered_search_spec.js
+0
-3
No files found.
ee/app/assets/javascripts/boards/components/issue_board_filtered_search.vue
View file @
168ca963
...
...
@@ -47,19 +47,15 @@ export default {
useIdValue
:
true
,
fullPath
:
this
.
epicsGroupPath
,
},
...(
this
.
glFeatures
.
iterationCadences
?
[
{
icon
:
'
iteration
'
,
title
:
iteration
,
type
:
'
iteration
'
,
operators
:
OPERATOR_IS_AND_IS_NOT
,
token
:
IterationToken
,
unique
:
true
,
fetchIterations
:
this
.
fetchIterations
,
},
]
:
[]),
{
icon
:
'
iteration
'
,
title
:
iteration
,
type
:
'
iteration
'
,
operators
:
OPERATOR_IS_AND_IS_NOT
,
token
:
IterationToken
,
unique
:
true
,
fetchIterations
:
this
.
fetchIterations
,
},
{
type
:
'
weight
'
,
title
:
weight
,
...
...
ee/spec/frontend/boards/components/issue_board_filtered_search_spec.js
View file @
168ca963
...
...
@@ -16,9 +16,6 @@ describe('IssueBoardFilter', () => {
provide
:
{
isSignedIn
:
true
,
releasesFetchPath
:
'
/releases
'
,
glFeatures
:
{
iterationCadences
:
true
,
},
},
});
};
...
...
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