mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
[UBER-833] Added due date to applications list (#3687)
Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
parent
4a6ac93a7a
commit
2df68a46b1
@ -751,6 +751,13 @@ export function createModel (builder: Builder): void {
|
||||
key: 'assignee',
|
||||
props: { kind: 'list', shouldShowName: false, avatarSize: 'x-small' },
|
||||
displayProps: { key: 'assignee', fixed: 'right' }
|
||||
},
|
||||
{
|
||||
key: '',
|
||||
label: recruit.string.DueDate,
|
||||
presenter: tracker.component.DueDatePresenter,
|
||||
displayProps: { key: 'dueDate', compression: true },
|
||||
props: { kind: 'list' }
|
||||
}
|
||||
],
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user