? ? Pending

User tests: Successful: Unsuccessful:

avatar PhilETaylor
PhilETaylor
28 Mar 2021

Summary of Changes

This is clearly wrong on code review.

Testing Instructions

Enable debug mode
visit https://example.com/administrator/index.php?option=com_finder&view=index
inspect the db queries run

Actual result BEFORE applying this Pull Request

The following SQL query is run twice, once on execute and once on loadResult

SELECT COUNT(link_id)
FROM `jos_finder_links`

Screenshot 2021-03-28 at 18 58 00

Expected result AFTER applying this Pull Request

The following SQL query is run once, on loadResult

SELECT COUNT(link_id)
FROM `jos_finder_links`

Page loads 2.53ms faster ;-)

Documentation Changes Required

none

avatar PhilETaylor PhilETaylor - open - 28 Mar 2021
avatar PhilETaylor PhilETaylor - change - 28 Mar 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 28 Mar 2021
Category Administration com_finder
avatar PhilETaylor PhilETaylor - change - 28 Mar 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 28 Mar 2021
avatar PhilETaylor PhilETaylor - change - 28 Mar 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 28 Mar 2021
avatar joomdonation joomdonation - test_item - 29 Mar 2021 - Tested successfully
avatar joomdonation
joomdonation - comment - 29 Mar 2021

I have tested this item successfully on ab2c464


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

avatar ceford ceford - test_item - 29 Mar 2021 - Tested successfully
avatar ceford
ceford - comment - 29 Mar 2021

I have tested this item successfully on ab2c464

Works as described.


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

avatar Quy Quy - change - 29 Mar 2021
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 29 Mar 2021

RTC


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

avatar richard67 richard67 - close - 29 Mar 2021
avatar richard67 richard67 - merge - 29 Mar 2021
avatar richard67 richard67 - change - 29 Mar 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-03-29 19:53:53
Closed_By richard67
Labels Added: ?
avatar richard67
richard67 - comment - 29 Mar 2021

Thanks!

Add a Comment

Login with GitHub to post a comment