Comment 5 for bug 1645266

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ui (stable/newton)

Reviewed: https://review.openstack.org/405205
Committed: https://git.openstack.org/cgit/openstack/tripleo-ui/commit/?id=933c1fe214a5f4c516a63ecfb41f8becea0530fd
Submitter: Jenkins
Branch: stable/newton

commit 933c1fe214a5f4c516a63ecfb41f8becea0530fd
Author: Florian Fuchs <email address hidden>
Date: Mon Nov 28 12:25:48 2016 +0100

    Relax JSON input validation

    Currently the JSON form input validator only passes if the value is a
    valid JSON string. This doesn't accout for cases where a paramater
    doesn't need to be set. This patch relaxes the validation rule so it
    also allows the value to be an empty string.

    Change-Id: I4d135120ac3041b223986eef8f54c4de24f20379
    Closes-Bug: #1645266
    (cherry picked from commit 537618fed2c393cb1fbc0b52f40951dd66e3373c)