The Privacy Suite contains a table #__action_logs_extensions, which controls some behavior for extensions. Right now each extension that wants to add data into that table needs to do that by raw SQL queries. We should add an API to add these entries. This was pushed back for 3.9, as this is a minor feature and should not delay the release of 3.9 further.
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_csp |
Labels |
Added:
J3 Issue
|
Title |
|
Title |
|
https://docs.joomla.org/Make-your-own-action-log-plugin
Please close if it provides the information you need.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-12 13:46:37 |
Closed_By | ⇒ | alikon | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
After small test, if we add new line in #__action_logs_extensions, we need also to setup #__action_log_config
Actually, PR #22389 give ability to log action but no sure if this is enough