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? 回答1: 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