[ARVADOS-WORKBENCH2] updated: 1.2.0-733-gf85a838

Git user git at public.curoverse.com
Thu Oct 25 06:37:56 EDT 2018


Summary of changes:
 src/store/advanced-tab/advanced-tab.ts | 4 ----
 1 file changed, 4 deletions(-)

       via  f85a838e1efcf4478f2203ded197588ed4712b44 (commit)
      from  9d465addb74ffb1209dab4b86e45f933bb21c840 (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 f85a838e1efcf4478f2203ded197588ed4712b44
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Thu Oct 25 12:37:44 2018 +0200

    deleted unnecessary code
    
    Feature #13969
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/store/advanced-tab/advanced-tab.ts b/src/store/advanced-tab/advanced-tab.ts
index 5e1a9e7..ecbd344 100644
--- a/src/store/advanced-tab/advanced-tab.ts
+++ b/src/store/advanced-tab/advanced-tab.ts
@@ -13,7 +13,6 @@ import { snackbarActions, SnackbarKind } from '~/store/snackbar/snackbar-actions
 export const ADVANCED_TAB_DIALOG = 'advancedTabDialog';
 
 export interface AdvancedTabDialogData {
-    kind: string;
     pythonHeader: string;
     pythonExample: string;
     CLIGetHeader: string;
@@ -47,7 +46,6 @@ export const openAdvancedTabDialog = (uuid: string) =>
         if (data) {
             if (kind === ResourceKind.COLLECTION) {
                 const dataCollection: AdvancedTabDialogData = {
-                    kind,
                     pythonHeader: pythonHeader(CollectionData.COLLECTION),
                     pythonExample: pythonExample(data.uuid, GroupContentsResourcePrefix.COLLECTION),
                     CLIGetHeader: CLIGetHeader(CollectionData.COLLECTION),
@@ -60,7 +58,6 @@ export const openAdvancedTabDialog = (uuid: string) =>
                 dispatch(dialogActions.OPEN_DIALOG({ id: ADVANCED_TAB_DIALOG, data: dataCollection }));
             } else if (kind === ResourceKind.PROCESS) {
                 const dataProcess: AdvancedTabDialogData = {
-                    kind,
                     pythonHeader: pythonHeader(ProcessData.CONTAINER_REQUEST),
                     pythonExample: pythonExample(data.uuid, GroupContentsResourcePrefix.PROCESS),
                     CLIGetHeader: CLIGetHeader(ProcessData.CONTAINER_REQUEST),
@@ -73,7 +70,6 @@ export const openAdvancedTabDialog = (uuid: string) =>
                 dispatch(dialogActions.OPEN_DIALOG({ id: ADVANCED_TAB_DIALOG, data: dataProcess }));
             } else if (kind === ResourceKind.PROJECT) {
                 const dataProject: AdvancedTabDialogData = {
-                    kind,
                     pythonHeader: pythonHeader(ProjectData.GROUP),
                     pythonExample: pythonExample(data.uuid, GroupContentsResourcePrefix.PROJECT),
                     CLIGetHeader: CLIGetHeader(ProjectData.GROUP),

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list