User tests: Successful: Unsuccessful:
Follow-up Pull Request (PR) for PR #41259 .
Add update SQL scripts for migrating the filter parameters of relevant core field plugins and the fieldparams of relevant custom fields on update.
Have a clean 5.0.0-alpha3 or previous 5.0.0 alpha version or a 4.4-alpha3.
Create a few custom fields of types "text", "textarea" or "editor" for articles, and for some of these fields use the "Text" filter, for some use the filter from the plugin and for others use some other filter.
Now update to a new package build on the 5.0-dev branch for the actual result, or update to the patched package or custom update URL created by Drone for this PR for the expected result.
Then check the filter parameter of the fields plugins in the #__extensions
table.
Then check the filter parameter of the field's fieldparams plugins in the #__fields
table.
Finally create an article using the custom fields created before the update and save that article.
After an update, the parameters and fieldparams have not been migrated.
After an update, the parameters and fieldparams have been migrated.
Saving the article with the custom fields works.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | SQL Administration com_admin Postgresql Installation |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-22 06:44:37 |
Closed_By | ⇒ | laoneo |
Category | SQL Administration com_admin Postgresql Installation | ⇒ | SQL Administration com_admin Postgresql |
Status | Closed | ⇒ | New |
Closed_Date | 2023-08-22 06:44:37 | ⇒ | |
Closed_By | laoneo | ⇒ |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Closed |
Labels |
Added:
PR-5.0-dev
|
I have tested this item ✅ successfully on 64883f4
thanks richard and allon
Only mysql
@laoneo Why did you close this PR? The new update SQL scripts are missing in Harald's PR.