Comment 2 for bug 1804391

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

Reviewed: https://review.openstack.org/619698
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9faf1cd109c2af47e587237e0f01a9e052039e23
Submitter: Zuul
Branch: master

commit 9faf1cd109c2af47e587237e0f01a9e052039e23
Author: Wangliangyu <email address hidden>
Date: Wed Nov 21 18:19:21 2018 +0800

    Fix bug about snapshot pagination

    Now, one page content will be changed after Clicking
    "Next page" or "Prev page" to go back.

    As we know, the order of the list could not be changed
    at will, for one at the beginning or the end is a marker.
    The marker is very importent for pagination.
    So, this commit remove the sort of snapshots and reverse
    the sort of the previous page ones.

    Change-Id: I8d3d0cf4a1e6526bed3055b18741b1cf5d6166ff
    Closes-Bug: #1804391