nemein / com_meego_packages

MeeGo Community Applications browser
3 stars 1 forks source link

package_details view returns no results #15

Closed feri closed 13 years ago

feri commented 13 years ago

The view has recently been extended with a new join:

<join type="left" class="com_meego_package_statistics_calculated">
  <condition left="com_meego_package:repository" right="com_meego_package_statistics_calculated:repository" />
  <condition left="com_meego_package:name" right="com_meego_package_statistics_calculated:packagename" />
</join>

If there is no match for that join then the view returns no results, which is not the expected behavior. This view is the main data source all over the component.

feri commented 13 years ago

This is an upstream, midgard core issue with views. Was already reported and we received a workaround. So marking it closed.