Comment 8 for bug 1252649

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/207812
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0f7f17c62a88152e2a2ffb383799d5e929260bf6
Submitter: Jenkins
Branch: master

commit 0f7f17c62a88152e2a2ffb383799d5e929260bf6
Author: chenhaiq <email address hidden>
Date: Thu Jun 12 13:42:53 2014 +0800

    Enable pagination for Project->Images view

    This feature is already implemented, but not enabled because it
    has strange behavior when the image list is filtered by removing aki
    and ari type of images.

    The pagination for images view should be enabled since the filtering
    image code was removed in: https://review.openstack.org/#/c/59935/

    Because the ImagesTable is the only one being incorporated into the
    images view, there is no need to include table.name attribute into
    _prev and _more attributes of the view (no other tables to distinguish
    between).

    This is a refreshment of https://review.openstack.org/#/c/58928/
    (which I cannot update because it's abandoned).

    Change-Id: Ib027a548ee8aa623f0faea86f0ad7570d6ec2360
    Co-Authored-By: chenhaiq <email address hidden>
    Closes-Bug: #1252649