Merge branch '14037-collection-file-operations-should-be-selection-sensitive'
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index d5c82be2d7f0736243f5e97661e4f7c7ec51d7a4..b6d2b91b1a5e58dd07353ed19eb024e48425c629 100644 (file)
@@ -62,8 +62,10 @@ export enum ContextMenuKind {
     TRASH = "Trash",
     COLLECTION_FILES = "CollectionFiles",
     COLLECTION_FILES_ITEM = "CollectionFilesItem",
+    COLLECTION_FILES_NOT_SELECTED = "CollectionFilesNotSelected",
     COLLECTION = 'Collection',
     COLLECTION_RESOURCE = 'CollectionResource',
+    TRASHED_COLLECTION = 'TrashedCollection',
     PROCESS = "Process",
     PROCESS_RESOURCE = 'ProcessResource',
     PROCESS_LOGS = "ProcessLogs"