You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<EditableList> - added new getReadOnlyFieldsForItem prop to control read only fields for different items. Refs STSMACOM-801.
<EditableList> - added confirmation modal when deleting items. Refs STSMACOM-807.
Add onComponentLoad prop to <EditCustomFieldsRecord>. Refs STSMACOM-806.
Keep final form state when update request fails in <EditableList>. Refs STSMACOM-809.
Set default title for Accordion in <EditCustomFieldsRecord>. Refs STSMACOM-805.
<EditableList> - make confirmationMessage prop accept a function. Refs STSMACOM-810.
Don't use form.getState in <EditableListForm> because redux-form doesn't have this API. Initialization will happen automatically when fresh data has been loaded after edit. Fixes STSMACOM-813.
<EditableListForm> - don't show an error after the user clicks on the edit icon. Fixes STSMACOM-812.