mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
Hide app kanban (#3318)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
03a8cf3414
commit
9a161116c8
@ -759,6 +759,7 @@ export function createModel (builder: Builder): void {
|
|||||||
strict: true
|
strict: true
|
||||||
},
|
},
|
||||||
config: [
|
config: [
|
||||||
|
'',
|
||||||
'space',
|
'space',
|
||||||
'assignee',
|
'assignee',
|
||||||
'state',
|
'state',
|
||||||
|
@ -93,9 +93,11 @@
|
|||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<div class="flex-row-center">
|
<div class="flex-row-center">
|
||||||
<div class="sm-tool-icon step-lr75">
|
<div class="sm-tool-icon step-lr75">
|
||||||
<div class="mr-2">
|
{#if enabledConfig(config, '')}
|
||||||
<ApplicationPresenter value={object} inline />
|
<div class="mr-2">
|
||||||
</div>
|
<ApplicationPresenter value={object} inline />
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
<Component showLoading={false} is={tracker.component.RelatedIssueSelector} props={{ object }} />
|
<Component showLoading={false} is={tracker.component.RelatedIssueSelector} props={{ object }} />
|
||||||
</div>
|
</div>
|
||||||
{#if enabledConfig(config, 'dueDate')}
|
{#if enabledConfig(config, 'dueDate')}
|
||||||
|
Loading…
Reference in New Issue
Block a user