TSK-916: fix attribute errors in console (#2839)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-03-28 16:42:21 +05:00 committed by GitHub
parent ca6ab9e995
commit a95242f740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,19 @@
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()