Comment 4 for bug 1745408

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

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

commit d87861e059be12a9fb0b9b25029cb9b7371306b4
Author: Jiri Tomasek <email address hidden>
Date: Tue Feb 13 09:54:51 2018 +0100

    Convert Role detail dialog to redux-form

    * As parameters are configured in multiple places this change makes
      ParametersForm reusable by moving functions for gathering initial
      values and preparing values for submitting into ParametersForm. To achieve
      that, ParametersForm has to be connected to Redux
    * ParametersForm can now be reused and the set of parameters it operates
      on is defined by passing fields as children prop
    * ParametersForm can eventually be further parameterized as it currently
      only works for ModalPanels
    * RoleDetail dialog has been converted to use ParametersForm and
      therefore it got converted to redux-form
    * RoleDetail dialog now has Save and close submit button
    * RoleDetail dialog now persists data when switching between individual
      dialog tabs

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