[ARVADOS-WORKBENCH2] updated: 1.2.0-147-gd5e325a
Git user
git at public.curoverse.com
Mon Aug 27 02:59:33 EDT 2018
Summary of changes:
.../{dialog-collection-copy => dialog-copy}/dialog-collection-copy.tsx | 0
src/views-components/dialog-forms/copy-collection-dialog.ts | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename src/views-components/{dialog-collection-copy => dialog-copy}/dialog-collection-copy.tsx (100%)
via d5e325adeee527001a70193bca5db4a02e726295 (commit)
from 7b2c1a2e5b38246b9360fb062e66997ebfa888ea (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 d5e325adeee527001a70193bca5db4a02e726295
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Mon Aug 27 08:59:28 2018 +0200
rename folder dialog-collection-copy -> dialog-copy
Feature #14103
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/views-components/dialog-collection-copy/dialog-collection-copy.tsx b/src/views-components/dialog-copy/dialog-collection-copy.tsx
similarity index 100%
rename from src/views-components/dialog-collection-copy/dialog-collection-copy.tsx
rename to src/views-components/dialog-copy/dialog-collection-copy.tsx
diff --git a/src/views-components/dialog-forms/copy-collection-dialog.ts b/src/views-components/dialog-forms/copy-collection-dialog.ts
index 9f25c14..ee6293a 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 { DialogCollectionCopy } from "~/views-components/dialog-collection-copy/dialog-collection-copy";
+import { DialogCollectionCopy } from "~/views-components/dialog-copy/dialog-collection-copy";
export const CopyCollectionDialog = compose(
withDialog(COLLECTION_COPY_FORM_NAME),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list