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
e91a5627
Commit
e91a5627
authored
Feb 04, 2022
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Epic boards - Hide toggled off Open column
Changelog: fixed
parent
980f065c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/assets/javascripts/boards/components/board_list.vue
app/assets/javascripts/boards/components/board_list.vue
+3
-0
ee/app/assets/javascripts/boards/graphql/epic_board_lists.query.graphql
...javascripts/boards/graphql/epic_board_lists.query.graphql
+1
-0
No files found.
app/assets/javascripts/boards/components/board_list.vue
View file @
e91a5627
...
...
@@ -60,6 +60,9 @@ export default {
filters
:
this
.
filterParams
,
};
},
skip
()
{
return
this
.
isEpicBoard
;
},
},
},
computed
:
{
...
...
ee/app/assets/javascripts/boards/graphql/epic_board_lists.query.graphql
View file @
e91a5627
...
...
@@ -5,6 +5,7 @@ query boardListEpics($fullPath: ID!, $boardId: BoardsEpicBoardID!, $filters: Epi
id
board
:
epicBoard
(
id
:
$boardId
)
{
id
hideBacklogList
lists
(
epicFilters
:
$filters
)
{
nodes
{
...
EpicBoardListFragment
...
...
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