RTC PR-4.4-dev Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
1 Feb 2024

Pull Request for Issue #42740 .

Summary of Changes

Testing Instructions

Add a field to the content of an article eg `{{field 74} after the readmore

creat an override of an article view to restructure the content.
For example seperate the intro and full text and position the article image in between.

<?php echo $this->item->introtext; ?>
....
<?php echo LayoutHelper::render('joomla.content.full_image', $this->item); ?>
...
<?php echo $this->item->fulltext; ?>

Actual result BEFORE applying this Pull Request

When displayed on the site the field is not processed and is displayed as `{field 74}

Expected result AFTER applying this Pull Request

Field correctly displayed

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

avatar brianteeman brianteeman - open - 1 Feb 2024
avatar brianteeman brianteeman - change - 1 Feb 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 Feb 2024
Category Front End Plugins
avatar angieradtke angieradtke - test_item - 2 Feb 2024 - Tested successfully
avatar angieradtke
angieradtke - comment - 2 Feb 2024

I have tested this item ✅ successfully on 27750bb


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

avatar drmenzelit drmenzelit - test_item - 2 Feb 2024 - Tested successfully
avatar drmenzelit
drmenzelit - comment - 2 Feb 2024

I have tested this item ✅ successfully on 27750bb


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

avatar alikon alikon - change - 2 Feb 2024
Status Pending Ready to Commit
avatar alikon
alikon - comment - 2 Feb 2024

RTC


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

avatar MacJoom MacJoom - change - 5 Feb 2024
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-02-05 17:04:06
Closed_By MacJoom
Labels Added: RTC PR-4.4-dev
avatar MacJoom MacJoom - close - 5 Feb 2024
avatar MacJoom MacJoom - merge - 5 Feb 2024
avatar MacJoom
MacJoom - comment - 5 Feb 2024

Thanks!

avatar angieradtke
angieradtke - comment - 6 Feb 2024

Cool , thanks for fixing so fast.

Add a Comment

Login with GitHub to post a comment