User tests: Successful: Unsuccessful:
Changed SQL query join of #__fields and #__fields_values table to join in proper order.
In original SQL #__fields_values are joined based on item_id, and in WHERE section is condition for fields only with context 'com_content.article'. If category with same id as searched article exists, #__fields_values row for such category will be joined, and the where condition removes the row completely from result.
Proposed SQL joins first all fields with context 'com_content.article' and rows from #__fields_values only for such fields.
Article should be found.
Article is not found. After applying patch, article is found.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-25 22:21:25 |
Closed_By | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/18838
This PR is obsolete due to PR #18915.
I have tested this item✅ successfully on 12fdbec
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18838.