[Info Bubble] Use domain object metadata

Use domain object metadata to populate the info bubble from
the info gesture, WTD-884.
This commit is contained in:
Victor Woeltjen
2015-06-04 12:30:18 -07:00
parent 6622ca7031
commit 11dc5f380c

View File

@ -55,9 +55,7 @@ define(
dismissBubble = infoService.display( dismissBubble = infoService.display(
"info-table", "info-table",
domainObject.getModel().name, domainObject.getModel().name,
[ domainObject.useCapability('metadata'),
{ name: "ID", value: domainObject.getId() }
],
mousePosition mousePosition
); );
pendingBubble = undefined; pendingBubble = undefined;