Closed feri closed 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.
This is an upstream, midgard core issue with views. Was already reported and we received a workaround. So marking it closed.
The view has recently been extended with a new 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.