? ? Pending

User tests: Successful: Unsuccessful:

avatar ReLater
ReLater
5 Aug 2021

Pull Request for Issue #35044

See issue and comments there for illumination.

If you want to test:

  • Hold open a single contact page in frontend
  • In a plugin with public function onContentPrepare($context, &$article, $params, $page = 0)
  • Add lines early:
if ($context === 'com_contact.contact')
{
echo 'DEBUG $params <pre>' . print_r($params, true) . '</pre>';exit;
}
  • Reload contact page.
    • Without pr: Empty output (null).
    • With pr: Registry object output = params of contact page.
avatar ReLater ReLater - open - 5 Aug 2021
avatar ReLater ReLater - change - 5 Aug 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Aug 2021
Category Front End com_contact
avatar ReLater ReLater - change - 5 Aug 2021
The description was changed
avatar ReLater ReLater - edited - 5 Aug 2021
avatar ReLater ReLater - change - 5 Aug 2021
The description was changed
avatar ReLater ReLater - edited - 5 Aug 2021
avatar RickR2H RickR2H - test_item - 6 Aug 2021 - Tested successfully
avatar RickR2H
RickR2H - comment - 6 Aug 2021

I have tested this item successfully on cf4f572

Added snippet to: plugins\content\contact\contact.php right after line 46
Patch works, object returned.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35045.
avatar Quy Quy - test_item - 6 Aug 2021 - Tested successfully
avatar Quy
Quy - comment - 6 Aug 2021

I have tested this item successfully on cf4f572


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

avatar Quy Quy - change - 6 Aug 2021
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 6 Aug 2021

RTC


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

avatar wilsonge wilsonge - change - 8 Aug 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-08-08 23:57:25
Closed_By wilsonge
Labels Added: ? ?
Removed: ?
avatar wilsonge wilsonge - close - 8 Aug 2021
avatar wilsonge wilsonge - merge - 8 Aug 2021
avatar wilsonge
wilsonge - comment - 8 Aug 2021

Thanks!

Add a Comment

Login with GitHub to post a comment