[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(
"info-table",
domainObject.getModel().name,
[
{ name: "ID", value: domainObject.getId() }
],
domainObject.useCapability('metadata'),
mousePosition
);
pendingBubble = undefined;