Skip to content

Remove eventId is not null clause from currentProducts view

Product webservice queries use currentProducts, but are unable to access unassociated products because of the "eventid is not null" clause.

Event related queries using currentProducts all include an eventid join or not null clause, so including in the view is redundant.

Merge request reports