I'm going to work on this issue in the near future, you said:
Do you mean by converting:
As in: that call does NOT convert my date field to database format since it does not expect it to be changed, because the REQUEST['ajxaction'] variable is set?
Your solution seems to work (https://github.com/Luke1982/ServiceJob/commit/1a561f053b9cc2f9867e7f58dbb2965eee04e571)! Thanks!
Quote:Since you are converting them, when MySQL see the value it is in the format of the user and blanks it.
Do you mean by converting:
PHP Code:
$ass->column_fields = DataTransform::sanitizeRetrieveEntityInfo($ass->column_fields, $meta);
Your solution seems to work (https://github.com/Luke1982/ServiceJob/commit/1a561f053b9cc2f9867e7f58dbb2965eee04e571)! Thanks!