[ARVADOS-WORKBENCH2] updated: 2.1.0-65-g7bf2785f

Git user git at public.arvados.org
Thu Nov 12 19:31:39 UTC 2020


Summary of changes:
 src/views-components/dialog-forms/copy-collection-dialog.ts   | 1 +
 src/views-components/dialog-forms/create-collection-dialog.ts | 1 +
 2 files changed, 2 insertions(+)

       via  7bf2785f065d6a0036405a61d8e451a78add210e (commit)
      from  4745e25131346a4521884773be1ce11a349c3263 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7bf2785f065d6a0036405a61d8e451a78add210e
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Nov 12 16:31:01 2020 -0300

    15685: Adds missing redux-form configs for immediate validation feedback.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/views-components/dialog-forms/copy-collection-dialog.ts b/src/views-components/dialog-forms/copy-collection-dialog.ts
index 3c8f7ebf..bc0bb316 100644
--- a/src/views-components/dialog-forms/copy-collection-dialog.ts
+++ b/src/views-components/dialog-forms/copy-collection-dialog.ts
@@ -15,6 +15,7 @@ export const CopyCollectionDialog = compose(
     withDialog(COLLECTION_COPY_FORM_NAME),
     reduxForm<CopyFormDialogData>({
         form: COLLECTION_COPY_FORM_NAME,
+        touchOnChange: true,
         onSubmit: (data, dispatch) => {
             dispatch(copyCollection(data));
         }
diff --git a/src/views-components/dialog-forms/create-collection-dialog.ts b/src/views-components/dialog-forms/create-collection-dialog.ts
index 374b070b..68e63805 100644
--- a/src/views-components/dialog-forms/create-collection-dialog.ts
+++ b/src/views-components/dialog-forms/create-collection-dialog.ts
@@ -13,6 +13,7 @@ export const CreateCollectionDialog = compose(
     withDialog(COLLECTION_CREATE_FORM_NAME),
     reduxForm<CollectionCreateFormDialogData>({
         form: COLLECTION_CREATE_FORM_NAME,
+        touchOnChange: true,
         onSubmit: (data, dispatch) => {
             // Somehow an extra field called 'files' gets added, copy
             // the data object to get rid of it.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list