Comment 2 for bug 1718725

Revision history for this message
Huan Xiong (huan.xiong) wrote :

The similar issue in project dashboard was caused by rev df194c too. It seemed that the following code were removed by mistake:

 $ git diff f31343 df194c -- dashboards/project/instances/views.py
--[snipped]--
- if 'image_name' in search_opts and \
- not swap_filter(images, search_opts, 'image_name', 'image'):
- self._more = False
- return instances
- elif 'flavor_name' in search_opts and \
- not swap_filter(flavors, search_opts, 'flavor_name', 'flavor'):
                 self._more = False
- return instances