Skip to content

Commit de78eff

Browse files
committed
-Fix #6490 - Selective Debug Setting in Cacti 'Clear All' button results in selecting the first item
1 parent fc14bad commit de78eff

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

settings.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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'); ?>',

0 commit comments

Comments
 (0)