Closed (duplicate)
Project:
Node Gallery
Version:
6.x-2.0-alpha12
Component:
Views Contrib
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2010 at 19:37 UTC
Updated:
6 May 2010 at 10:59 UTC
While building an administrative interface for our users to manage galleries and images, I noticed that if a view is created that include any node_gallery specific fields, empty galleries are excluded from the view. In doing some quick troubleshooting I realized that the addition of these fields add an INNER JOIN to the node_galleries table, which doesn't actually have any entries in it until an image is associated with a gallery.
Should this be an OUTER JOIN to allow the inclusion of empty galleries?
Comments
Comment #1
dddave commented#560786: Allow views to show empty galleries also