diff --git a/platform/commonUI/inspect/src/gestures/InfoGesture.js b/platform/commonUI/inspect/src/gestures/InfoGesture.js index e79c0b6c75..4ad39fb4e6 100644 --- a/platform/commonUI/inspect/src/gestures/InfoGesture.js +++ b/platform/commonUI/inspect/src/gestures/InfoGesture.js @@ -55,9 +55,7 @@ define( dismissBubble = infoService.display( "info-table", domainObject.getModel().name, - [ - { name: "ID", value: domainObject.getId() } - ], + domainObject.useCapability('metadata'), mousePosition ); pendingBubble = undefined;