Comment 4 for bug 1695719

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

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

commit a27753153b73c3be46c1eb83975aa6990ea3bc1a
Author: wei.ying <email address hidden>
Date: Sun Jun 4 21:16:33 2017 +0800

    Fix AttributeError in project/admin snapshot detail page

    If click the name link and go into the details page for the snapshot,
    the snapshot object lose the property of volume. It will be thrown an
    exception in the console.

    AttributeError: 'VolumeSnapshot' object has no attribute '_volume'

    Change-Id: I365992a9f784af293f40d74e0f80828d9a7e699b
    Closes-Bug: #1695719