add_a_test_task_completion_date_to_user_card
This commit is contained in:
@ -88,7 +88,15 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
[
|
||||
'attribute' => 'vc_text',
|
||||
'format' => 'raw'
|
||||
]
|
||||
],
|
||||
[
|
||||
'attribute' => 'test_task_getting_date',
|
||||
'format' => ['datetime', 'php:d.m.Y']
|
||||
],
|
||||
[
|
||||
'attribute' => 'test_task_complete_date',
|
||||
'format' => ['datetime', 'php:d.m.Y']
|
||||
],
|
||||
],
|
||||
]) ?>
|
||||
|
||||
|
Reference in New Issue
Block a user