Comment 4 for bug 1540867

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

Reviewed: https://review.openstack.org/278039
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=ec9364b8c3a6aa0fd5a9ade81a20c8fb594d6d40
Submitter: Jenkins
Branch: master

commit ec9364b8c3a6aa0fd5a9ade81a20c8fb594d6d40
Author: Jacek Tomasiak <email address hidden>
Date: Tue Feb 9 19:55:27 2016 +0100

    Fix validation of password fields form with confirmInput=false

    Application deployment forms which contain "password" type fields with
    confirmInput set to false don't show the second input for password
    confirmation but during form validation expect both inputs to contain
    the same value.

    With this change the copy of password is not checked if confirmInput
    is set to false.

    Change-Id: I2353e2497f9c66dd9d9c0d543792a80bf1ae2a1b
    Closes-Bug: #1540867