Allow to show collection elements that were deleted before by timetravel

This commit is contained in:
Jan Böhmer 2020-02-29 22:53:53 +01:00
parent b5bc096972
commit f604022e49
9 changed files with 386 additions and 78 deletions

View file

@ -81,7 +81,8 @@ use Psr\Log\LogLevel;
* 7 = "ElementEditedLogEntry",
* 8 = "ConfigChangedLogEntry",
* 9 = "InstockChangedLogEntry",
* 10 = "DatabaseUpdatedLogEntry"
* 10 = "DatabaseUpdatedLogEntry",
* 11 = "CollectionElementDeleted"
* })
*/
abstract class AbstractLogEntry extends AbstractDBElement