mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
UBER-408 Issue as task (#3497)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
return contact.class.Employee
|
||||
}
|
||||
|
||||
const taskKeys = ['state', 'assignee', 'doneState']
|
||||
const taskKeys = ['status', 'assignee', 'doneState']
|
||||
|
||||
$: filtredKeys = keys.filter((p) => !taskKeys.includes(p.key)) // todo
|
||||
</script>
|
||||
@@ -76,7 +76,7 @@
|
||||
<AttributesBar {object} _class={object._class} keys={filtredKeys} />
|
||||
</div>
|
||||
</div>
|
||||
<AttributesBar {object} _class={object._class} keys={['doneState', 'state']} showHeader={false} />
|
||||
<AttributesBar {object} _class={object._class} keys={['doneState', 'status']} showHeader={false} />
|
||||
</div>
|
||||
{:else}
|
||||
<DocAttributeBar {object} {ignoreKeys} {mixins} {allowedCollections} on:update />
|
||||
|
||||
Reference in New Issue
Block a user