re enable sub issues toggle in spreadsheet layout (#3779)
This commit is contained in:
parent
3372e21759
commit
18b5115546
8 changed files with 2 additions and 54 deletions
|
|
@ -395,8 +395,8 @@ export const ISSUE_DISPLAY_FILTERS_BY_LAYOUT: {
|
|||
type: [null, "active", "backlog"],
|
||||
},
|
||||
extra_options: {
|
||||
access: false,
|
||||
values: [],
|
||||
access: true,
|
||||
values: ["sub_issue"],
|
||||
},
|
||||
},
|
||||
gantt_chart: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue