File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ Cacti CHANGELOG
228228-issue#6335: Fix incorrect parsing of email address containing whitespace
229229-issue#6441: Spikekill Purge Using the wrong variable
230230-issue#6444: Applying Title Cache Changes for Data Input Methods using |data_xxxx| not working
231+ -issue#6490: Selective Debug Setting in Cacti 'Clear All' button results in selecting the first item
231232-feature: Close user sessions after a password change is forced
232233-feature: Update PHPMailer to 6.10 to support SMTPUTF8
233234-feature: Update phpseclib for the Service Check plugin
Original file line number Diff line number Diff line change @@ -354,11 +354,6 @@ function display_settings() {
354354 },
355355 checkAllText: '<?php print __ ('All ' ); ?> ',
356356 uncheckAllText: '<?php print __ ('None ' ); ?> ',
357- uncheckAll: function() {
358- $(this).multiselect('widget').find(':checkbox:first').each(function() {
359- $(this).prop('checked', true);
360- });
361- }
362357 }).multiselectfilter( {
363358 label: '<?php print __ ('Search ' ); ?> ',
364359 placeholder: '<?php print __ ('Enter keyword ' ); ?> ',
You can’t perform that action at this time.
0 commit comments