? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
12 Feb 2020

Summary of Changes

Removes calls no non-existing methods.

Testing Instructions

Run this code:

$component = \Joomla\CMS\Component\ComponentHelper::getComponent('com_content');
$component->whatever = 1;
var_dump($component->whatever);

Expected result

int(1) 

Actual result

Call to undefined method Joomla\CMS\Component\ComponentRecord::set()

Documentation Changes Required

No.

avatar SharkyKZ SharkyKZ - open - 12 Feb 2020
avatar SharkyKZ SharkyKZ - change - 12 Feb 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Feb 2020
Category Libraries
avatar SharkyKZ SharkyKZ - change - 12 Feb 2020
The description was changed
avatar SharkyKZ SharkyKZ - edited - 12 Feb 2020
avatar Fedik Fedik - test_item - 12 Feb 2020 - Tested successfully
avatar Fedik
Fedik - comment - 12 Feb 2020

I have tested this item successfully on 756b3d6


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

avatar chmst chmst - test_item - 12 Feb 2020 - Tested successfully
avatar chmst
chmst - comment - 12 Feb 2020

I have tested this item successfully on 756b3d6


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

avatar SharkyKZ SharkyKZ - change - 12 Feb 2020
Status Pending Ready to Commit
avatar SharkyKZ
SharkyKZ - comment - 12 Feb 2020

RTC.


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

avatar SharkyKZ SharkyKZ - change - 12 Feb 2020
Labels Added: ? ?
avatar rdeutz rdeutz - close - 12 Feb 2020
avatar rdeutz rdeutz - merge - 12 Feb 2020
avatar rdeutz rdeutz - change - 12 Feb 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-02-12 16:00:27
Closed_By rdeutz
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment