User tests: Successful: Unsuccessful:
The AbstractView::$document
property is deprecated and should not be directly accessed anymore. Instead you should use AbstractView::getDocument()
and AbstractView::setDocument()
instead. This PR removes the last cases where AbstractView::$document
was accessed directly and makes the property itself private, so that only AbstractView::getDocument()
and AbstractView::setDocument()
can access it anymore. This is a b/c break, which is why this is done in 6.0.
Check that the following views are still displaying correctly:
In each case it should behave exactly identical between before and after applying the patch.
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
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners com_categories com_installer com_joomlaupdate com_users Front End com_config Libraries |
I have tested this item ✅ successfully on 0fe42a6
I have tested this successfully. Everything seemed to work well, thanks @Hackwar.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45862.