Comment 12 for bug 1448226

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to murano-dashboard (master)

Reviewed: https://review.openstack.org/177869
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=f80519a9926e9067a1b8606a550f07fa919fc9d6
Submitter: Jenkins
Branch: master

commit f80519a9926e9067a1b8606a550f07fa919fc9d6
Author: Kirill Zaitsev <email address hidden>
Date: Mon Apr 27 19:38:23 2015 +0300

    Take advantage of better API filtering catalog filtering

    * Removed client-side filtering, since API is now distincts
    between catalog and manage requests
    * Do not use owned=True for manage requests, since this is now the default
    API behaviour.
    * Simplify marker choice for next/prev links, since we reverse packages in
    case of sort_dir='desc' to preserve visual order of apps.

    Change-Id: I24b7a2b3f1f7fa0d093d336beb8430a05e56bdaf
    Related-Bug: #1448226