date_due loads on EditView as 2015-03-05 instead of 03/05/2015 which causes a validation error on saving. This can be fixed by removing the
'rel_field' => 'time_due',
line from the vardef for the date_due field.
date_due loads on EditView as 2015-03-05 instead of 03/05/2015 which causes a validation error on saving. This can be fixed by removing the
'rel_field' => 'time_due',
line from the vardef for the date_due field.