Patch Select All Bug with JQuery Update

Sostitire nel file tableselect.js contenuto nella cartella misc di Drupal la riga

$('form table[th.select-all]').each(Drupal.tableSelect);

con

$('form table:has(th.select-all)').each(Drupal.tableSelect);
Tags:

Login utente