[arvados-workbench2] updated: 2.6.0-54-ga9d431d6

git repository hosting git at public.arvados.org
Wed Jul 12 18:43:17 UTC 2023


Summary of changes:
 src/components/multiselectToolbar/MultiselectToolbar.tsx | 1 -
 src/views-components/dialog-forms/copy-process-dialog.ts | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

       via  a9d431d649c84f52a55852f687052b3c4f67a3eb (commit)
      from  a72ffbbf30cba20f3d5b2324d4b016a82786df10 (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 a9d431d649c84f52a55852f687052b3c4f67a3eb
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Jul 12 14:43:14 2023 -0400

    15768: beginning dialog box resolution Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/src/components/multiselectToolbar/MultiselectToolbar.tsx b/src/components/multiselectToolbar/MultiselectToolbar.tsx
index 0dd486a8..557a7f11 100644
--- a/src/components/multiselectToolbar/MultiselectToolbar.tsx
+++ b/src/components/multiselectToolbar/MultiselectToolbar.tsx
@@ -91,7 +91,6 @@ export const MultiselectToolbar = connect(
     })
 );
 
-//todo: put these all in a /utils
 function selectedToArray(checkedList: TCheckedList): Array<string> {
     const arrayifiedSelectedList: Array<string> = [];
     for (const [key, value] of Object.entries(checkedList)) {
diff --git a/src/views-components/dialog-forms/copy-process-dialog.ts b/src/views-components/dialog-forms/copy-process-dialog.ts
index b3454428..95db53a2 100644
--- a/src/views-components/dialog-forms/copy-process-dialog.ts
+++ b/src/views-components/dialog-forms/copy-process-dialog.ts
@@ -16,6 +16,7 @@ export const CopyProcessDialog = compose(
     reduxForm<CopyFormDialogData>({
         form: PROCESS_COPY_FORM_NAME,
         onSubmit: (data, dispatch) => {
+            console.log('In CopyProcessDialog');
             dispatch(copyProcess(data));
         },
     }),

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list