Hide app kanban (#3318)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-06-01 14:14:49 +06:00 committed by GitHub
parent 03a8cf3414
commit 9a161116c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -759,6 +759,7 @@ export function createModel (builder: Builder): void {
strict: true
},
config: [
'',
'space',
'assignee',
'state',

View File

@ -93,9 +93,11 @@
<div class="flex-between">
<div class="flex-row-center">
<div class="sm-tool-icon step-lr75">
<div class="mr-2">
<ApplicationPresenter value={object} inline />
</div>
{#if enabledConfig(config, '')}
<div class="mr-2">
<ApplicationPresenter value={object} inline />
</div>
{/if}
<Component showLoading={false} is={tracker.component.RelatedIssueSelector} props={{ object }} />
</div>
{#if enabledConfig(config, 'dueDate')}