cundd on v5
Do not manually load `extbase` … (compare)
cundd on v5
Throw exception if the input is… (compare)
cundd on v5
Remove doctrine/dbal downgrade … (compare)
cundd on v5
Add PSR-14 event handling for t… add all reponse headers to the … Add `DispatcherFactory` to buil… and 4 more (compare)
cundd on FlorianX-v5
Make the `EventDispatcher` opti… (compare)
cundd on FlorianX-v5
Fix construction of the Dispatc… (compare)
Howdy, Daniel! Started playing around with the custom_rest
ext. When creating a person
in the BE, an error occurs:
(1/1) #1439569743 UnexpectedValueException
Field l10n_parent of table tx_customrest_domain_model_person reference to foreign table tx_customrest2_domain_model_person, but this table is not defined in TCA
I assume these stem from speeling errors in the TCA (see screenshot)
tx_customrest2_domain…
so I’d assume creating a 2nd table is not the way to go. If those fixes are indeed the solution, let me know. I’d be happy to provide a PR!
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
'custom_rest',
'Configuration/TypoScript',
'Custom Rest Configuration'
)
/rest/cundd-custom_rest-person/firstname/Donny
, but the result is []
/show/1
DOES return JSON: {"firstName":"Donny","lastName":"Darquo","pid":7,"uid":1}
, but without birthday
plugin.tx_customrest.persistence.storagePid = ...
/cundd-custom_rest-person/
leads to a memory overflow (is it that?)
birthday
is still missing, though...