[ARVADOS-WORKBENCH2] updated: 1.2.0-133-g0cdeff5

Git user git at public.curoverse.com
Fri Aug 24 03:54:34 EDT 2018


Summary of changes:
 src/store/collections/{copy => }/collection-copy-actions.ts             | 0
 src/views-components/context-menu/action-sets/collection-action-set.ts  | 2 +-
 .../context-menu/action-sets/collection-resource-action-set.ts          | 2 +-
 src/views-components/dialog-copy/dialog-copy.tsx                        | 2 +-
 src/views-components/dialog-forms/copy-collection-dialog.ts             | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename src/store/collections/{copy => }/collection-copy-actions.ts (100%)

       via  0cdeff59eefbd738d3bd87e2e666915b1e715715 (commit)
      from  2e9f1d88035d8ce2bf88b2881e8a3736fae7139b (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 0cdeff59eefbd738d3bd87e2e666915b1e715715
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Fri Aug 24 09:54:14 2018 +0200

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

diff --git a/src/store/collections/copy/collection-copy-actions.ts b/src/store/collections/collection-copy-actions.ts
similarity index 100%
rename from src/store/collections/copy/collection-copy-actions.ts
rename to src/store/collections/collection-copy-actions.ts
diff --git a/src/views-components/context-menu/action-sets/collection-action-set.ts b/src/views-components/context-menu/action-sets/collection-action-set.ts
index 1e5045f..2d3cd55 100644
--- a/src/views-components/context-menu/action-sets/collection-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-action-set.ts
@@ -9,7 +9,7 @@ import { RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon, ProvenanceGra
 import { openUpdater } from "~/store/collections/updater/collection-updater-action";
 import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
 import { openMoveCollectionDialog } from '~/store/move-collection-dialog/move-collection-dialog';
-import { openCollectionCopyDialog } from "~/store/collections/copy/collection-copy-actions";
+import { openCollectionCopyDialog } from "~/store/collections/collection-copy-actions";
 
 export const collectionActionSet: ContextMenuActionSet = [[
     {
diff --git a/src/views-components/context-menu/action-sets/collection-resource-action-set.ts b/src/views-components/context-menu/action-sets/collection-resource-action-set.ts
index 2a38edb..fbabeee 100644
--- a/src/views-components/context-menu/action-sets/collection-resource-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-resource-action-set.ts
@@ -9,7 +9,7 @@ import { RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon, RemoveIcon }
 import { openUpdater } from "~/store/collections/updater/collection-updater-action";
 import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
 import { openMoveCollectionDialog } from '~/store/move-collection-dialog/move-collection-dialog';
-import { openCollectionCopyDialog } from '~/store/collections/copy/collection-copy-actions';
+import { openCollectionCopyDialog } from '~/store/collections/collection-copy-actions';
 
 export const collectionResourceActionSet: ContextMenuActionSet = [[
     {
diff --git a/src/views-components/dialog-copy/dialog-copy.tsx b/src/views-components/dialog-copy/dialog-copy.tsx
index 0333e12..7592bbc 100644
--- a/src/views-components/dialog-copy/dialog-copy.tsx
+++ b/src/views-components/dialog-copy/dialog-copy.tsx
@@ -9,7 +9,7 @@ import { FormDialog } from '~/components/form-dialog/form-dialog';
 import { ProjectTreePickerField } from '~/views-components/project-tree-picker/project-tree-picker';
 import { COPY_NAME_VALIDATION, COPY_PROJECT_VALIDATION } from '~/validators/validators';
 import { TextField } from "~/components/text-field/text-field";
-import { CollectionCopyFormDialogData } from "~/store/collections/copy/collection-copy-actions";
+import { CollectionCopyFormDialogData } from "~/store/collections/collection-copy-actions";
 
 type CopyFormDialogProps = WithDialogProps<string> & InjectedFormProps<CollectionCopyFormDialogData>;
 
diff --git a/src/views-components/dialog-forms/copy-collection-dialog.ts b/src/views-components/dialog-forms/copy-collection-dialog.ts
index a09827b..a820846 100644
--- a/src/views-components/dialog-forms/copy-collection-dialog.ts
+++ b/src/views-components/dialog-forms/copy-collection-dialog.ts
@@ -5,7 +5,7 @@
 import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
-import { COLLECTION_COPY_DIALOG, CollectionCopyFormDialogData, copyCollection } from '~/store/collections/copy/collection-copy-actions';
+import { COLLECTION_COPY_DIALOG, CollectionCopyFormDialogData, copyCollection } from '~/store/collections/collection-copy-actions';
 import { DialogCopy } from "~/views-components/dialog-copy/dialog-copy";
 
 export const CopyCollectionDialog = compose(

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list