User tests: Successful: Unsuccessful:
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 # .
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Front End |
I have tested this item
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.
I have tested this item
Tested following the instructions of @Quy
Status | Pending | ⇒ | Ready to Commit |
RTC
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:
?
|
from a code review it seems that you are right,
but please, add some Testing Instructions..