User tests: Successful: Unsuccessful:
Implement FormFactoryAwareInterface in ListModel to inject FormFactory
Open any list view (e.g. list of articles, contacts, extensions) and verify that the search form is displayed as before
UnexpectedValueException: FormFactory not set in Joomla\CMS\MVC\Model\ListModel
And fallback to Factory::getContainer()->get(FormFactoryInterface::class)
to get the FormFactory
FormFactory is now set in MVCFactory by setFormFactoryOnObject
since Model now implements FormFactoryAwareInterface
none
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
As it's a bug fix, it make sense to rebase to 4.1...
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-21 12:53:40 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
?
?
|
Thx
I guess the question is why? You don't explain how you got this error message, its certainly working without the PR in the core Joomla right?