Closed AstCommodore closed 3 years ago
If you copy & paste a normal content element, TYPO3 throws an error in case of pasting it:
2: SQL error: 'Incorrect integer value: '' for column 'tx_h5p_content' at row 1'
TCA and SQL definitions lock well - I don't know where the bugs might hide.
It's easy to fix, please add 'default' => '0', to TCA config of field tx_h5p_content
'default' => '0',
tx_h5p_content
Fixed in all branches. Will be in next release
If you copy & paste a normal content element, TYPO3 throws an error in case of pasting it:
2: SQL error: 'Incorrect integer value: '' for column 'tx_h5p_content' at row 1'
TCA and SQL definitions lock well - I don't know where the bugs might hide.