Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ActionsLog] Improve UX for loggable extensions checkboxes with a select all/none SEE #22699 #22674

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Update logtype.php
  • Loading branch information
cyrezdev committed Oct 16, 2018
commit 05d35a7b11d01efd3dbd7d70cac52f290bb23640
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class JFormFieldLogType extends JFormFieldCheckboxes
*
* @return string The field input markup.
*
* @since 3.9.0
* @since __DEPLOY_VERSION__
*/
public function getInput()
{
Expand Down