nswdpc/silverstripe-pruner-userforms
最新稳定版本:v1.0.0
Composer 安装命令:
composer require nswdpc/silverstripe-pruner-userforms
包简介
Silverstripe userforms support for nswdpc/silverstripe-pruner
README 文档
README
Userforms extension to nswdpc/silverstripe-pruner, to remove submitted form records after a configured time period.
Install
composer require nswdpc/silverstripe-pruner-userforms
Using
- Create a
NSWDPC\Pruner\PruneJobqueued job with the following constructor arguments:- days_ago (float, remove records older than this number of days)
- limit (int, limit records in this operation to this number)
- targets (string
SilverStripe\UserForms\Model\Submission\SubmittedForm) - report_only (1|0, set to 1 to run the job in report only mode, nothing is removed)
- Run the job
Example: report only on the removal of submitted form records older than 28 days at the time the job runs, 500 records per run:
Limits
As SubmittedForm has a polymorphic has_one parent, the limit parameter specified is used per parent class. If you have specified a limit of 50 and have multiple parent classes for the SubmittedForm model, that limit will be set per parent.
This will be the case if you have dnadesign/silverstripe-elemental-userforms active alongside silverstripe/userforms.
Maintainers
License
Security
If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.
Bugtracker
We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.
Please review the code of conduct prior to opening a new issue.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Please review the code of conduct prior to completing a pull request.
统计信息
- 总下载量: 2.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-11-16
