Task #81727
closedWorkspace - Write to log if a record in workspace is deleted
100%
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."
Updated by Mnh Thien Nhan over 7 years ago
- Subject changed from Workspace - Write to log if a record in workspace is deleted to Workspace - Write to log if a edited record in workspace is deleted
- Description updated (diff)
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53353
Updated by Mnh Thien Nhan over 7 years ago
- Tracker changed from Feature to Task
- Subject changed from Workspace - Write to log if a edited record in workspace is deleted to Workspace - Write to log if a record in workspace is deleted
- Description updated (diff)
- TYPO3 Version set to 9
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53353
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53353
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53353
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53353
Updated by Oliver Hader about 7 years ago
- Category changed from Workspaces to DataHandler aka TCEmain
- Status changed from Under Review to New
Updated by Mathias Brodala about 7 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88090
Updated by Gerrit Code Review about 1 month ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88090
Updated by Gerrit Code Review about 1 month ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88090
Updated by Gerrit Code Review about 1 month ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88090
Updated by Gerrit Code Review about 1 month ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88090
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88091
Updated by Christian Kuhn about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2047d9d455c0c14518ca36cd3f046b6dce84a62c.
Updated by Christian Kuhn about 1 month ago
- Related to Bug #106136: Have correct log entry changing live records added