Fixed XF.CheckAll updates disabled checkboxes state

TickTackk

Well-known member
Affected version
2.1.5a
In file js/xf/core/form.js
Find:
JavaScript:
return this.$container.find(this.options.match).not(this.$target);
Replace with
JavaScript:
return this.$container.find(this.options.match).not(this.$target).is(':enabled');
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.6).

Change log:
Prevent XF.CheckAll from updating disabled checkboxes.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom