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