Closed (fixed)
Project:
Ubercart
Version:
7.x-3.0-alpha3
Component:
Products
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2010 at 17:43 UTC
Updated:
7 Dec 2010 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
blazey commented"where" isn't wroking as it should. I've tried to replace it with implode, but it looks like this function is also removing whitespace (so in SQL query it looks like "WHERE (...) node.typeINproduct"). I'm quite new to d7 database api and I would very gratefull if you share the solution
Comment #2
Island Usurper commentedYeah, this got left out of the general port to D7 because Views wasn't ready yet. Now that it is, I've got a patch to take care of this, plus some other stuff.
Comment #3
blazey commentedChanging
to
solves the problem.
Comment #4
Island Usurper commentedHere's the part that deals with the changes in D7 and Views 3. Pretty simple, but I'm also going to put more integration for uc_catalog, uc_order, and eventually most of the modules that display data in lists. But that's all for other issues.