Project

General

Profile

Actions

Bug #48168

closed

select/deselect all in database analyzer doesn't work

Added by Jigal van Hemert about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
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

Also available in: Atom PDF