Actions
Bug #92782
closedMigrateFeloginPlugins should not stop when record not updated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2020-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The update wizard currently stops, when the result (amount of rows updated) is zero. This scenario can happen, when the current FlexForm field actually does not contain the expected structure (e.g. really old content elements, that have never been saved with FlexForm values) and the update query actually will write the same content to the field, that is actually present in the database row.
The updater should just silently ignore, that no row has been updated, so following plugins can be migrated successfully.
Updated by Christoph Lehmann about 4 years ago
- Related to Bug #92584: Failed upgrade wizard does not stop running next upgrade wizard added
Updated by Christian Kuhn about 1 year ago
- Related to Bug #97761: MigrateFeloginPlugins::migrateFlexformSettings(): Argument #1 ($oldValue) must be of type string, null given, added
Updated by Christian Kuhn about 1 year ago
- Status changed from New to Closed
i think we solved this with the related issues.
Actions