"cannot be left blank" not showing
Posted: Sat Jan 05, 2019 10:52 am
If mandatory fields are not entered, a message is displayed when saving. It looks like this for me.
Note that there is no "cannot be left blank" text in the message. I found out this is due to the nuTranslate PHP function that was added a few months ago.
nuTranslate always returns an empty string.
Test:
$l = nuTranslate('Time Zone');
nuDebug("translate:".$l);
Using the latest form Github, btw.
Can anyone confirm that?
Note that there is no "cannot be left blank" text in the message. I found out this is due to the nuTranslate PHP function that was added a few months ago.
nuTranslate always returns an empty string.
Test:
$l = nuTranslate('Time Zone');
nuDebug("translate:".$l);
Using the latest form Github, btw.
Can anyone confirm that?