Commit e91a5627 authored by Florie Guibert's avatar Florie Guibert

Epic boards - Hide toggled off Open column

Changelog: fixed
parent 980f065c
...@@ -60,6 +60,9 @@ export default { ...@@ -60,6 +60,9 @@ export default {
filters: this.filterParams, filters: this.filterParams,
}; };
}, },
skip() {
return this.isEpicBoard;
},
}, },
}, },
computed: { computed: {
......
...@@ -5,6 +5,7 @@ query boardListEpics($fullPath: ID!, $boardId: BoardsEpicBoardID!, $filters: Epi ...@@ -5,6 +5,7 @@ query boardListEpics($fullPath: ID!, $boardId: BoardsEpicBoardID!, $filters: Epi
id id
board: epicBoard(id: $boardId) { board: epicBoard(id: $boardId) {
id id
hideBacklogList
lists(epicFilters: $filters) { lists(epicFilters: $filters) {
nodes { nodes {
...EpicBoardListFragment ...EpicBoardListFragment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment