mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
TSK-916: fix attribute errors in console (#2839)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
ca6ab9e995
commit
a95242f740
@ -73,7 +73,19 @@
|
|||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
$: updateKeys(['title', 'description', 'priority', 'status', 'number', 'assignee', 'component', 'dueDate', 'sprint'])
|
$: updateKeys([
|
||||||
|
'title',
|
||||||
|
'description',
|
||||||
|
'priority',
|
||||||
|
'status',
|
||||||
|
'number',
|
||||||
|
'assignee',
|
||||||
|
'component',
|
||||||
|
'dueDate',
|
||||||
|
'sprint',
|
||||||
|
'relations',
|
||||||
|
'blockedBy'
|
||||||
|
])
|
||||||
|
|
||||||
const employeeAccountQuery = createQuery()
|
const employeeAccountQuery = createQuery()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user