sudhaus7/fe-data-history
最新稳定版本:2.0.4
Composer 安装命令:
composer require sudhaus7/fe-data-history
包简介
Log the changed data in frontend mode
README 文档
README
A TYPO3 Plugin for saving frontend edited records history in sys_history.
Installation
Install the Extension via composer
composer require sudhaus7/fe-data-history
Usage
For getting your history logged in backend table, you need to add the interface HistoryEntityInterface to your
Extbase AbstractEntity object.
Example
/** * class MyEntityObject * @package VENDOR\MyExtension\Domain\Model */ class MyEntityObject extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implements \SUDHAUS7\FeDataHistory\Domain\HistoryEntityInterface { }
The extension uses the Extbase Backend SignalSlots for getting signal, if Entity is created, deleted or updated.
ElementHistoryController xclasses the original one for getting the information in the backend history log.
统计信息
- 总下载量: 23.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-30