Project

General

Profile

Actions

Bug #65259

closed

Check in Upgrade Wizard fails incorrectly due to wrong condition

Added by Daniel Wagner over 9 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2015-02-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In one step of the Upgrade Wizard "Deprecated RTE properties in Page TSconfig" are detected.

Problem:
After changing all listed properties the Step in the Upgrade Wizard still fails.

Cause:
For one conversion the test does not work because the name of the property does not change as in other cases:
replace "showTagFreeClasses" by "buttons.blockstyle.showTagFreeClasses and buttons.textstyle.showTagFreeClasses"

Part of where conditions which always applies:
SELECT uid, TSconfig FROM pages WHERE (TSConfig LIKE BINARY "%RTE.%showTagFreeClasses%" AND TSConfig NOT LIKE BINARY "%RTE.%showTagFreeClassess%")

Possible solution:
(TSConfig LIKE BINARY "%RTE.%showTagFreeClasses%" AND TSConfig NOT LIKE BINARY "%RTE.%blockstyle.%showTagFreeClasses%")

Actions

Also available in: Atom PDF