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
|
||||
},
|
||||
config: [
|
||||
'',
|
||||
'space',
|
||||
'assignee',
|
||||
'state',
|
||||
|
@ -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')}
|
||||
|
Loading…
Reference in New Issue
Block a user