Comment 2 for bug 1745408

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

Reviewed: https://review.openstack.org/539192
Committed: https://git.openstack.org/cgit/openstack/tripleo-ui/commit/?id=0e7d65228a29182e899569e4750d39f116c947e9
Submitter: Zuul
Branch: master

commit 0e7d65228a29182e899569e4750d39f116c947e9
Author: Jiri Tomasek <email address hidden>
Date: Fri Jan 19 11:46:25 2018 +0100

    Convert Parameters form to use redux-form

    Using Formsy in large forms causes performance problems

    * Introduce ParametersForm and ParametersSidebar
    * Add NewParameterInputList and NewParameterInput as the old ones are
      still used in role forms. After those are converted too, we'll rename
      these components
    * Validate json parameter inputs
    * Handle submitting of ParametersForm
    * Separate updateParameters action to 3 actions: updateParameters,
      updateNodesAssignment, updateRoleParameters as those 3 dialogs all
      update parameters using the same mistral action but they handle it
      differently

    Implements: blueprint ui-redux-form-migration
    Closes-Bug: 1745408
    Change-Id: I527f3587f8adce89be649c487d9a0df5ce4939d5