chg: [attribute:add] Actually show invalid datetime format message in

the UI
pull/5564/head
mokaddem 2020-01-28 15:18:44 +01:00
parent e3e83523a5
commit 6243c0a859
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
}
} else {
textStatus = '<?php echo __('Value is not a valid datetime. Excpected format YYYY-MM-DDTHH:mm:ssZ') ?>'
showMessage('fail', + ": " + '???');
showMessage('fail', textStatus);
return false;
}
}