[ARVADOS-WORKBENCH2] updated: 1.2.0-440-g31b41c5
Git user
git at public.curoverse.com
Wed Sep 26 13:21:55 EDT 2018
Summary of changes:
src/store/navigation/navigation-action.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 31b41c5968534ce04019dc946c948ee2a6c01211 (commit)
from 31a019a908f28798c7e22f633e410ae95db1bfd7 (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 31b41c5968534ce04019dc946c948ee2a6c01211
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Wed Sep 26 19:21:40 2018 +0200
Add navigation from breadcrumbs to trash
Feature #14244
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/store/navigation/navigation-action.ts b/src/store/navigation/navigation-action.ts
index c68c539..943f38c 100644
--- a/src/store/navigation/navigation-action.ts
+++ b/src/store/navigation/navigation-action.ts
@@ -24,8 +24,10 @@ export const navigateTo = (uuid: string) =>
}
if (uuid === SidePanelTreeCategory.FAVORITES) {
dispatch<any>(navigateToFavorites);
- } else if(uuid === SidePanelTreeCategory.SHARED_WITH_ME){
+ } else if (uuid === SidePanelTreeCategory.SHARED_WITH_ME) {
dispatch(navigateToSharedWithMe);
+ } else if (uuid === SidePanelTreeCategory.TRASH) {
+ dispatch(navigateToTrash);
}
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list