Comment 5 for bug 1713748

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

Reviewed: https://review.openstack.org/515645
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0712ed3b8c6193ca4978becf70da62c6c31edabc
Submitter: Zuul
Branch: stable/pike

commit 0712ed3b8c6193ca4978becf70da62c6c31edabc
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Tue Aug 29 15:08:34 2017 +0000

    Properly sort Heat stacks on Created field

    replace the 'timesince_or_never' filter with 'timesince_sorted' one as the
    creation_time attribute of a Heat stack can not actually be None.
    Also add a 'timesince' data-type to this field.

    Change-Id: I9727254b4c255331562083f957133ed6e3cd7e90
    Closes-Bug: #1713748
    (cherry picked from commit bfd66305ce7f8240a04eacf4f6349f2c7186ab90)