mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-18 14:23:36 +00:00
Show sub-issues by default (#2856)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
eb8bd6634c
commit
f78eccb6d0
@ -522,7 +522,7 @@ export function createModel (builder: Builder): void {
|
|||||||
{
|
{
|
||||||
key: 'shouldShowSubIssues',
|
key: 'shouldShowSubIssues',
|
||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
actionTarget: 'query',
|
actionTarget: 'query',
|
||||||
action: tracker.function.SubIssueQuery,
|
action: tracker.function.SubIssueQuery,
|
||||||
label: tracker.string.SubIssues
|
label: tracker.string.SubIssues
|
||||||
|
Loading…
Reference in New Issue
Block a user