PR-5.0-dev Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
19 Oct 2023

do not test yet please. this is just so I can get an install to test

Summary of Changes

Testing Instructions

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

Link to documentations

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

avatar brianteeman brianteeman - open - 19 Oct 2023
avatar brianteeman brianteeman - change - 19 Oct 2023
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Oct 2023
Category Front End Plugins
avatar Fedik
Fedik - comment - 19 Oct 2023

It not an issue for 5.0 but for 4.4,
If you want to fix it, then have to do it similar to how it done in other places:

$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new Fields(
$dispatcher,
(array) PluginHelper::getPlugin('content', 'fields')
);

Note: the $dispatcher made as variable.

avatar brianteeman
brianteeman - comment - 19 Oct 2023

yes I already did that but wasn't able to successfully test it. will try again shortly

avatar brianteeman
brianteeman - comment - 19 Oct 2023

in 4.4 it is using $dispatcher as you suggest
in 5.0 it was changed by @laoneo in #40746

beyond my knowledge - will close this and update the issue report

avatar brianteeman brianteeman - close - 19 Oct 2023
avatar brianteeman brianteeman - change - 19 Oct 2023
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2023-10-19 09:51:06
Closed_By brianteeman
Labels Added: PR-5.0-dev

Add a Comment

Login with GitHub to post a comment