Comment 4 for bug 1031291

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

Reviewed: https://review.openstack.org/11859
Committed: http://github.com/openstack/horizon/commit/8889311a2f640e4562a5f6b54412380a69b8ee36
Submitter: Jenkins
Branch: stable/essex

commit 8889311a2f640e4562a5f6b54412380a69b8ee36
Author: Vincent Untz <email address hidden>
Date: Thu Aug 23 10:54:57 2012 +0200

    Do not crash when deleting image or volume with no name

    This was crashing because we were trying to use None as a string to
    display "Deleted: $name". Instead, we can use the id of the image in
    this case.

    Fixes bug 1031291.

    Change-Id: I2fca0bac9f963bba89e7c0da613ebc79ead15aba