[ARVADOS-WORKBENCH2] updated: 1.2.0-137-ga31e7b9
Git user
git at public.curoverse.com
Fri Aug 24 04:36:06 EDT 2018
Summary of changes:
src/store/collections/collection-copy-actions.ts | 2 +-
.../dialog-collection-copy/dialog-collection-copy.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via a31e7b9a5c86f10239d93e327b792e0b1f8646b3 (commit)
from 4beec12398b40d518e0e7c2671cea99c580433f7 (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 a31e7b9a5c86f10239d93e327b792e0b1f8646b3
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Fri Aug 24 10:35:47 2018 +0200
names
Feature #13897
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/store/collections/collection-copy-actions.ts b/src/store/collections/collection-copy-actions.ts
index 4038c71..80f577e 100644
--- a/src/store/collections/collection-copy-actions.ts
+++ b/src/store/collections/collection-copy-actions.ts
@@ -12,7 +12,7 @@ import { getCommonResourceServiceError, CommonResourceServiceError } from '~/com
import { snackbarActions } from '~/store/snackbar/snackbar-actions';
import { projectPanelActions } from '~/store/project-panel/project-panel-action';
-export const COLLECTION_COPY_FORM_NAME = 'projectCopy';
+export const COLLECTION_COPY_FORM_NAME = 'collectionCopyFormName';
export interface CollectionCopyFormDialogData {
name: string;
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 76870b0..029db57 100644
--- a/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
+++ b/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
@@ -16,12 +16,12 @@ type CopyFormDialogProps = WithDialogProps<string> & InjectedFormProps<Collectio
export const DialogCollectionCopy = (props: CopyFormDialogProps) =>
<FormDialog
dialogTitle='Make a copy'
- formFields={DialogCollectionCopyFields}
+ formFields={CollectionCopyFields}
submitLabel='Copy'
{...props}
/>;
-const DialogCollectionCopyFields = () => <span>
+const CollectionCopyFields = () => <span>
<Field
name='name'
component={TextField}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list