Actions
Bug #48168
closedselect/deselect all in database analyzer doesn't work
Start date:
2013-05-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In the Install Tool > Database Analyzer after comparing the tables the options to "select/deselect all" doesn't work and produces a JS error:
TypeError: $(...).select(...).invoke is not a function
in:
function onclick(event) {
$('table5191e80baa03b').select('input[type=checkbox]').invoke('setValue', $(this).checked);
}
This is related to the introduction of jQuery in the Install Tool.
Assigned to Wouter on his request.
Actions