[ARVADOS-WORKBENCH2] updated: 1.1.4-468-gb9b782c
Git user
git at public.curoverse.com
Wed Aug 1 03:10:03 EDT 2018
Summary of changes:
src/store/collection-panel/collection-panel-action.ts | 1 +
1 file changed, 1 insertion(+)
via b9b782c0259f06f4ae743389403a6321b84cda1a (commit)
from bc58988320c7c52cad07891d5ed941560fca083f (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 b9b782c0259f06f4ae743389403a6321b84cda1a
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Tue Jul 31 15:30:06 2018 +0200
Clean collection files when loading new collection
Feature #13855
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/store/collection-panel/collection-panel-action.ts b/src/store/collection-panel/collection-panel-action.ts
index aa9126b..adc6647 100644
--- a/src/store/collection-panel/collection-panel-action.ts
+++ b/src/store/collection-panel/collection-panel-action.ts
@@ -20,6 +20,7 @@ export type CollectionPanelAction = UnionOf<typeof collectionPanelActions>;
export const loadCollection = (uuid: string, kind: ResourceKind) =>
(dispatch: Dispatch) => {
dispatch(collectionPanelActions.LOAD_COLLECTION({ uuid, kind }));
+ dispatch(collectionPanelFilesAction.SET_COLLECTION_FILES({ manifest: [] }));
return collectionService
.get(uuid)
.then(item => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list