Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0] Create a class alias for the CMS input class #43209

Open
wants to merge 3 commits into
base: 6.0-dev
Choose a base branch
from

Conversation

laoneo
Copy link
Member

@laoneo laoneo commented Apr 4, 2024

Summary of Changes

Followup for #42890 which adds a class alias for the CMS input class.

Testing Instructions

Add the following code to the file /components/com_content/src/View/Featured/HtmlView.php inside the diplsay function around line 120:

new \Joomla\CMS\Input\Input();

Actual result BEFORE applying this Pull Request

Class not found error.

Expected result AFTER applying this Pull Request

Page loads.

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

@laoneo laoneo requested a review from Hackwar April 4, 2024 09:39
@laoneo laoneo added this to the Joomla! 6.0.0 milestone Apr 4, 2024
@HLeithner HLeithner added bug b/c break This item changes the behavior in an incompatible why. HEADS UP labels Apr 24, 2024
@HLeithner HLeithner changed the title Create a class alias for the CMS input class [6.0] Create a class alias for the CMS input class Apr 24, 2024
@laoneo laoneo removed the b/c break This item changes the behavior in an incompatible why. HEADS UP label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants