Comment 4 for bug 1755958

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

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

commit f843b6389f9bc8bb67d59adbb22a97544bad0e75
Author: pengyuesheng <email address hidden>
Date: Fri Apr 13 11:29:09 2018 +0800

    Make fields in image edit required

    Make the min_disk and min_ram fields in the image edit form required,
    so that the form can't be submitted with empty values for those fields,
    which always results in an error.

    Change-Id: I5a3fdb74f127ed1d084ac7b47dfd6e0d8b076a1c
    Closes-Bug: #1755958