[SOLVED] how to show reference data in the "Description" field in the Audit log |
8/28/2013 1:18:53 AM |
PHPRunner General questions | |
K
kawasaks author
in the audit log description field, it shows the raw data which were add/edit/delete like below |
|
![]() |
Sergey Kornilov admin 8/28/2013 |
The only way to do that is to implement your own OnAuditLog event: |
K
|
kawasaks author 8/29/2013 |
The only way to do that is to implement your own OnAuditLog event: http://xlinesoft.com/phprunner/docs/before_audit_log.htm This way you can pull data from reference table and write more detailed description into audit log.
|