Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Product reference
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 20:38 UTC
Updated:
2 Dec 2011 at 00:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
recrit commentedpatch attached adds an empty check after the field items loop.
Comment #2
rszrama commentedNice find! Committing.
For the security conscious - there is no accidental display happening, as even though we load all products (which is a performance drag I'm sure), we still only display products actually included in the $items array... namely, none of them.