Property disabledOperations (at general-level or column-level configuration, but not children-level) breaks if blanks are set between keyword ("insert", "update" or "delete". This is due to a change in the Core 3 year ago, which now strictly expects no blanks between keywords when using GeneralUtility::inList().
Usage must be replaced by exploding/trimming the string and checking the resulting array elements.
Property
disabledOperations
(at general-level or column-level configuration, but not children-level) breaks if blanks are set between keyword ("insert", "update" or "delete". This is due to a change in the Core 3 year ago, which now strictly expects no blanks between keywords when usingGeneralUtility::inList()
.Usage must be replaced by exploding/trimming the string and checking the resulting array elements.