[ARVADOS-WORKBENCH2] updated: 1.2.0-136-g4beec12

Git user git at public.curoverse.com
Fri Aug 24 04:26:08 EDT 2018


Summary of changes:
 .../dialog-collection-copy/dialog-collection-copy.tsx               | 6 +++---
 src/views-components/dialog-forms/copy-collection-dialog.ts         | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

       via  4beec12398b40d518e0e7c2671cea99c580433f7 (commit)
      from  71794c06557ccae7e54644ad23296aafde748d51 (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 4beec12398b40d518e0e7c2671cea99c580433f7
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Fri Aug 24 10:25:51 2018 +0200

    names
    
    Feature #13897
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx b/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
index 886301b..76870b0 100644
--- a/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
+++ b/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
@@ -13,15 +13,15 @@ import { CollectionCopyFormDialogData } from "~/store/collections/collection-cop
 
 type CopyFormDialogProps = WithDialogProps<string> & InjectedFormProps<CollectionCopyFormDialogData>;
 
-export const DialogCopy = (props: CopyFormDialogProps) =>
+export const DialogCollectionCopy = (props: CopyFormDialogProps) =>
     <FormDialog
         dialogTitle='Make a copy'
-        formFields={DialogCopyFields}
+        formFields={DialogCollectionCopyFields}
         submitLabel='Copy'
         {...props}
     />;
 
-const DialogCopyFields = () => <span>
+const DialogCollectionCopyFields = () => <span>
     <Field
         name='name'
         component={TextField}
diff --git a/src/views-components/dialog-forms/copy-collection-dialog.ts b/src/views-components/dialog-forms/copy-collection-dialog.ts
index 6354f96..9f25c14 100644
--- a/src/views-components/dialog-forms/copy-collection-dialog.ts
+++ b/src/views-components/dialog-forms/copy-collection-dialog.ts
@@ -6,7 +6,7 @@ import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
 import { COLLECTION_COPY_FORM_NAME, CollectionCopyFormDialogData, copyCollection } from '~/store/collections/collection-copy-actions';
-import { DialogCopy } from "~/views-components/dialog-collection-copy/dialog-collection-copy";
+import { DialogCollectionCopy } from "~/views-components/dialog-collection-copy/dialog-collection-copy";
 
 export const CopyCollectionDialog = compose(
     withDialog(COLLECTION_COPY_FORM_NAME),
@@ -16,4 +16,4 @@ export const CopyCollectionDialog = compose(
             dispatch(copyCollection(data));
         }
     })
-)(DialogCopy);
\ No newline at end of file
+)(DialogCollectionCopy);
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list