TYPO3 Extbase: update record with logging of changes
When I update an object with an Extbase repository (e.g. in a cronjob or in the frontend) like this... $myRepository->update($myObject); and afterwards I use button "Display change history / Un-do" for this record in TYPO3 BE, I don't see any history. I only see a history when editing the object in TYPO3 BE. How can I enable the history? Short version: you can't, because the history is for changes done in the backend interface only. Longer version: you sort of, kind of can, but that would involve quite a bit of custom code in your repository which would do one of two things: Override the