-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I've installed the test example and get an error for every relation. The issue seems to be that C3 will update an null value by default.
I suggest to set a doNotSaveEmpty in the callbackFieldLoad for every relation field:
$arrConfig = &$GLOBALS['TL_DCA'][$objDC->table]['fields'][$objDC->field];
$arrConfig['eval']['doNotSaveEmpty'] = true;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels