User tests: Successful: Unsuccessful:
Converts the fields plugins to service providers.
Create various custom fields of all types and edit an article in the back end.
All works.
All works.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Front End Plugins |
Status | New | ⇒ | Pending |
Labels |
Added:
PR-4.3-dev
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-04 05:23:41 |
Closed_By | ⇒ | obuisard |
@laoneo Could you fix the PHPCS errors reported in drone? https://ci.joomla.org/joomla/joomla-cms/61055/1/8 It seems they are all of the same kind "Space before opening parenthesis of function call prohibited", and i think it's mainly where you create new object like e.g.
new SQL (
, which should benew SQL(
here https://github.com/joomla/joomla-cms/pull/39670/files#diff-354ab32e246eaeee8352a92c417bd52e09007c8ca9c7f583687af46150cec92eR38 .