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.
Updated by Philipp Gampe over 11 years ago
- Category set to Install Tool
- Status changed from New to Accepted
- Complexity set to easy
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20897
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20897
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 301fa5f2755a89b1fceba5f9382eb3cb873356e4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions