Comment 5 for bug 1474932

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

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

commit 59d4027d13792468fb8b33385f87643f8d14ba3f
Author: Ekaterina Chernova <email address hidden>
Date: Fri Jul 31 11:45:55 2015 +0300

    Add category list pagination support

    Pagination was added to the 'Manage->Categories' page.

    For getting category list 'catalog/categories' is used
    everywhere. Before there were places where 'catalog/packages/categories' used.
    This call is deprecated.

    Also added handle of BadRequest error to common exception handler,
    so if invalid sort key is passed, dashboard will stay alive.

    Change-Id: I80758dce32fc3930250f8924d3243a7a1cdbda80
    Related-bug: #1474932