Joomla 3.9 RC1
Click Options in Action Logs screen
deselect all events to be logged (thus disabling logging)
Click save
Page reloads with green configuration saved notice
Checkboxes are all NOT checked
Page reloads with green configuration saved notice
Checkboxes are all CHECKED again
Google Chrome, no JS errors in console
Labels |
Added:
?
|
yup - but still totally wrong user experience :)
Expected behavior based on the current form definition. Having no items checked means the field is empty which means the form API applies the default value to the field, which is all extensions.
If you uncheck all extensions, and save, no extension will be logged (as default is not stored in params, and no value is then stored for loggable_extensions
param) but opening again the config shows core extensions checked...
I think action logs could be an opt-in system, and maybe with improvement to be able to check all or none on one click :
The screen capture is an attempt i've tried using treeselectmenu.jquery.min.js
to integrate a select all / none (a simplified version of module pages assignment system).
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-17 00:51:36 |
Closed_By | ⇒ | Quy |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/22627
Please test PR #22627
Expected behavior based on the current form definition. Having no items checked means the field is empty which means the form API applies the default value to the field, which is all extensions.