? Pending

User tests: Successful: Unsuccessful:

avatar xabispacebiker
xabispacebiker
20 Mar 2018

There is a bug in getItem, the function parameter is called $pk, but in code it is using $id, so whenever the parameter is passed it is not used in the function.

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required

avatar xabispacebiker xabispacebiker - open - 20 Mar 2018
avatar xabispacebiker xabispacebiker - change - 20 Mar 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Mar 2018
Category com_tags Front End
avatar alikon
alikon - comment - 20 Mar 2018

from a code review it seems that you are right,
but please, add some Testing Instructions..

avatar Quy Quy - test_item - 12 May 2018 - Tested successfully
avatar Quy
Quy - comment - 12 May 2018

I have tested this item successfully on fb4fa7a

Install demo.
In the frontend, click Tagged items link.

It should work the same as before. Basically, $id is undefined and $pk is null so the if statement will be executed in both cases.


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

avatar carlitorweb carlitorweb - test_item - 16 May 2018 - Tested successfully
avatar carlitorweb
carlitorweb - comment - 16 May 2018

I have tested this item successfully on fb4fa7a


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

Tested following the instructions of @Quy

avatar Quy Quy - change - 16 May 2018
Status Pending Ready to Commit
avatar Quy
Quy - comment - 16 May 2018

RTC


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

avatar mbabker mbabker - change - 18 May 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-05-18 11:14:47
Closed_By mbabker
Labels Added: ?
avatar mbabker mbabker - close - 18 May 2018
avatar mbabker mbabker - merge - 18 May 2018

Add a Comment

Login with GitHub to post a comment