Actions
Task #81727
openWorkspace - Write to log if a record in workspace is deleted
Status:
New
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2017-06-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
In workspace:
- After editing a live record of page a new edited record will be created. And if we delete this edited record, a message like Record 'ABCD' (tt_content:20) was updated will be written into system log.
- After deleting a llive record of a page a message like New version created of table 'tt_content', uid '11'. UID of new version is '25' will be written into system log.
For detail a new message (beside the messages above) should be written into system log that the record was deleted. The message should be like "Record 'ABCD' (tt_content:20) was deleted."
Actions