[UBER-833] Added due date to applications list (#3687)

Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
Oleg Solodkov 2023-09-14 07:23:41 +04:00 committed by GitHub
parent 4a6ac93a7a
commit 2df68a46b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,6 +751,13 @@ export function createModel (builder: Builder): void {
key: 'assignee', key: 'assignee',
props: { kind: 'list', shouldShowName: false, avatarSize: 'x-small' }, props: { kind: 'list', shouldShowName: false, avatarSize: 'x-small' },
displayProps: { key: 'assignee', fixed: 'right' } displayProps: { key: 'assignee', fixed: 'right' }
},
{
key: '',
label: recruit.string.DueDate,
presenter: tracker.component.DueDatePresenter,
displayProps: { key: 'dueDate', compression: true },
props: { kind: 'list' }
} }
], ],
options: { options: {