16971: Added tests to cover more places
[arvados-workbench2.git] / src / views / shared-with-me-panel / shared-with-me-panel.tsx
index 76a314ae306bd41ff9f56b6118e5c8ba7f45bac8..2bc72ba41e5c529d6dd0e8cd2b2890ef0c1ae98b 100644 (file)
@@ -61,8 +61,9 @@ export const SharedWithMePanel = withStyles(styles)(
                 const menuKind = this.props.dispatch<any>(resourceUuidToContextMenuKind(resourceUuid));
                 if (menuKind && resource) {
                     this.props.dispatch<any>(openContextMenu(event, {
-                        name: '',
+                        name: resource.name,
                         uuid: resource.uuid,
+                        description: resource.description,
                         ownerUuid: resource.ownerUuid,
                         isTrashed: ('isTrashed' in resource) ? resource.isTrashed: false,
                         kind: resource.kind,