Commit d1f7c562 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '343493-on-epic-boards-when-open-list-option-is-toggled-off-the-list-still-appears-with-no-items' into 'master'

Epic boards - Hide toggled off Open column

See merge request gitlab-org/gitlab!79911
parents 767854a4 e91a5627
...@@ -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