cobwebch / external_import

Other
20 stars 16 forks source link

Disabled operations list with spaces in between keywords not handled properly #312

Closed fsuter closed 9 months ago

fsuter commented 9 months ago

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.