[ARVADOS-WORKBENCH2] updated: 2.1.0-358-gafecda1e

Git user git at public.arvados.org
Wed May 5 13:59:59 UTC 2021


Summary of changes:
 .../action-sets/collection-files-item-action-set.ts           | 11 -----------
 1 file changed, 11 deletions(-)

       via  afecda1ecd38d534fc7780de802c4477be8ef718 (commit)
      from  beacdc4d38efb1880aaa14e8b3985e683d14e457 (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 afecda1ecd38d534fc7780de802c4477be8ef718
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Wed May 5 10:59:37 2021 -0300

    17289: Removes commented-out code.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts b/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
index 64b29e43..c8f70b0f 100644
--- a/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
@@ -50,15 +50,4 @@ const writableActionSet: ContextMenuActionSet = [[
 
 export const collectionDirectoryItemActionSet: ContextMenuActionSet = readOnlyCollectionDirectoryItemActionSet.concat(writableActionSet);
 
-// export const collectionDirectoryItemActionSet: ContextMenuActionSet = [[
-//     ...readOnlyCollectionDirectoryItemActionSet.reduce((prev, next) => prev.concat(next), []),
-//     ...writableActionSet.reduce((prev, next) => prev.concat(next), []),
-// ]];
-
-// export const collectionFileItemActionSet: ContextMenuActionSet = [[
-//     ...readOnlyCollectionFileItemActionSet.reduce((prev, next) => prev.concat(next), []),
-//     ...writableActionSet.reduce((prev, next) => prev.concat(next), []),
-// ]];
-
-
 export const collectionFileItemActionSet: ContextMenuActionSet = readOnlyCollectionFileItemActionSet.concat(writableActionSet);
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list