PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar heelc29
heelc29
7 Jul 2025

Summary of Changes

remove deprecated access to AbstractView::get() for layout files

@Hackwar as negative side effect #44162 the access to protected properties of the view class is no longer possible. Is that acceptable?

if (isset($this->$property)) {
return $this->$property;
}

Testing Instructions

check views still working eg.

  • banner edit view (backend)
  • admin module edit view (backend)
  • categories view of contact, content, newsfeeds (frontend)
  • category view of contact, content, newsfeeds (frontend)

Actual result BEFORE applying this Pull Request

deprecated access to method get of AbstractView

Expected result AFTER applying this Pull Request

no deprecated access to method get of AbstractView

Link to documentations

Please select:

  • No documentation changes for docs.joomla.org needed
  • No documentation changes for manual.joomla.org needed
avatar heelc29 heelc29 - open - 7 Jul 2025
avatar heelc29 heelc29 - change - 7 Jul 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 7 Jul 2025
Category Administration com_menus Front End com_contact com_content com_newsfeeds Layout Libraries
avatar heelc29 heelc29 - change - 8 Jul 2025
Labels Added: PR-5.4-dev
avatar exlemor exlemor - test_item - 12 Jul 2025 - Tested successfully
avatar exlemor
exlemor - comment - 12 Jul 2025

I have tested this item ✅ successfully on 60d1379

I have tested this successfully.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45702.

Add a Comment

Login with GitHub to post a comment