Fix all issues custom views by defining list layout for my-issue (#3517)

This commit is contained in:
rahulramesha 2024-01-31 13:59:46 +05:30 committed by GitHub
parent c9d2ea36b8
commit 3ef0570f6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,6 +324,27 @@ export const ISSUE_DISPLAY_FILTERS_BY_LAYOUT: {
values: [],
},
},
list: {
filters: [
"priority",
"state_group",
"labels",
"assignees",
"created_by",
"subscriber",
"project",
"start_date",
"target_date",
],
display_properties: true,
display_filters: {
type: [null, "active", "backlog"],
},
extra_options: {
access: false,
values: [],
},
},
},
issues: {
list: {