mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
modify all in views : fix header checkbox not checked after check_all event fired
SVN:trunk[5895]
This commit is contained in:
@@ -506,6 +506,8 @@ function sprintf(format, etc) {
|
||||
applySelection(table);
|
||||
});
|
||||
$(table).bind('check_all', function() {
|
||||
// update header checkbox
|
||||
$(table).find("thead>tr>th>input:checkbox").prop("checked", true);
|
||||
checkAll(table, pager, true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user