[4.0] Fix order of uninstallation of repeatable fields plugin#28399
[4.0] Fix order of uninstallation of repeatable fields plugin#28399wilsonge merged 2 commits intojoomla:4.0-devfrom
Conversation
|
Can’t do real test now, but review looks good. Correction fits to what was reported in PHP error log. |
Co-Authored-By: Quy <quy@fluxbb.org>
|
I have tested this item ✅ successfully on bdc74de
The latter is the nightly of tonight plus the patch of this PR applied. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28399. |
|
Additional hint for other testers: Without this PR applied, you get in addition to the error described in the description of this PR an error in your PHP error log (if that is switched on in your PHP settings):
With this PR applied, this error disappears (but others might remains, which are not subject of this PR). |
|
I have tested this item ✅ successfully on bdc74de This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28399. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28399. |
|
Thanks guys! |
|
Thanks too, guy 😄 |
Fixes #28385
Summary of Changes
Fixes the update of Joomla 3.10 to Joomla 4.0
Testing Instructions
Upgrade from 3.10 to 4.0. Before you get the error
0 Call to a member function attributes() on nullbecause the manifest file for the repeatable fields plugin has been removed in thedeleteUnexistingFilesfunction before theuninstallRepeatableFieldsPlugin. So I've just moved the uninstallation up the pecking order.Documentation Changes Required
None