User tests: Successful: Unsuccessful:
While developing #41470 I looked for similar filtering calls in the codebase and realized that the $db->quote, that I removed in this PR has to be removed because otherwise items assigned to "All" languages won't be filtered. The quote seems to date back to a non-prepared-statement version of the query where it made sense, in the new version however it causes the query to include WHERE IN ("en-GB", "\"*\"")
which doesn't match with *
what's stored in the DB.
The change is trivial, therefore no detailed testing instructions provided.
Code Review
Category | ⇒ | Front End com_contact |
Status | New | ⇒ | Pending |
Title |
|
I have tested this item ✅ successfully on 9847e76
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
bug
PR-4.4-dev
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-28 11:10:59 |
Closed_By | ⇒ | wilsonge |
Thanks!
I have tested this item ✅ successfully on 9847e76
Code review.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41472.