[5.4] Replace deprecation AbstractView::get() in layouts#45702
Merged
muhme merged 3 commits intojoomla:5.4-devfrom Jul 26, 2025
Merged
[5.4] Replace deprecation AbstractView::get() in layouts#45702muhme merged 3 commits intojoomla:5.4-devfrom
muhme merged 3 commits intojoomla:5.4-devfrom
Conversation
Hackwar
reviewed
Jul 7, 2025
Hackwar
reviewed
Jul 7, 2025
|
I have tested this item ✅ successfully on 60d1379 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45702. |
Contributor
|
I have tested this item ✅ successfully on 60d1379 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45702. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45702. |
Contributor
|
Final test before merge, before applying this PR, with JBT graft Joomla_5.4.0-alpha4-dev-Development-Full_Package.zip, used links are listed – IDs needs to be picked-up from backend:
Tested with this PR by graft Joomla_5.4.0-alpha4-dev+pr.45702-Development-Full_Package.zip:
|
Contributor
|
This has broken com_guidedtours so clearly it is a b/c break which should not happen in a minor release and must be reverted and moved to j6 see #45938 |
brianteeman
added a commit
to brianteeman/joomla-cms
that referenced
this pull request
Aug 19, 2025
…mla#45702)" This reverts commit f1906ba.
2 tasks
This was referenced Aug 21, 2025
Closed
muhme
pushed a commit
that referenced
this pull request
Aug 28, 2025
softforge
pushed a commit
that referenced
this pull request
Aug 28, 2025
* [5.3] Translation Update (#45983) * Fix copy / paste error (#45979) * [5.3] Security updates for composer and npm dependencies for the upcoming 5.3.4 release (#45984) * composer update enshrined/svg-sanitize to 0.22.0 * npm fix audit issues * [5.3] Update TinyMCE from 6.8.5 to 6.8.6 to fix TinyMCE issue with cursor placement (#45987) * npm update tinymce from 6.8.5 to 6.8.6 * Update version in tinymce.xml * [5.4] Revert b/c breaking change in AbstractView::get (#45940) * Revert "[5.4] Replace deprecation AbstractView::get() in layouts (#45702)" * This reverts commit f1906ba. * [5.3] Update joomla/filesystem to fix extension uploads when post_max_size is 0 (#45986) * [5.4] Upmerge 2025-08-28 (#45997) * [5.3] Translation Update #45983 * [5.3] Fix copy / paste error in form fields #45979 * [5.3] Security updates for composer and npm dependencies for the upcoming 5.3.4 release #45984 * [5.3] Update joomla/filesystem to fix extension uploads when post_max_size is 0 #45986 * [5.4] Composer update joomla/filesystem to 3.2.0 (#45999) * Update content-hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?
joomla-cms/libraries/src/MVC/View/AbstractView.php
Lines 175 to 177 in 8868adc
Testing Instructions
check views still working eg.
Actual result BEFORE applying this Pull Request
deprecated access to method
getofAbstractViewExpected result AFTER applying this Pull Request
no deprecated access to method
getofAbstractViewLink to documentations
Please select: