re enable sub issues toggle in spreadsheet layout (#3779)

This commit is contained in:
rahulramesha 2024-02-23 18:45:48 +05:30 committed by GitHub
parent 3372e21759
commit 18b5115546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2 additions and 54 deletions

View file

@ -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: {