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 {
filters: this.filterParams,
};
},
skip() {
return this.isEpicBoard;
},
},
},
computed: {
......
......@@ -5,6 +5,7 @@ query boardListEpics($fullPath: ID!, $boardId: BoardsEpicBoardID!, $filters: Epi
id
board: epicBoard(id: $boardId) {
id
hideBacklogList
lists(epicFilters: $filters) {
nodes {
...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