[Info Bubble] Remove ID
Don't show domain object id in info bubble; this is not useful information to non-developers. (For developers, this information can be retrieved from the URL by navigating to a domain object.) WTD-1252
This commit is contained in:
@@ -78,10 +78,6 @@ define(
|
||||
{
|
||||
name: "Type",
|
||||
value: type && type.getName()
|
||||
},
|
||||
{
|
||||
name: "ID",
|
||||
value: domainObject.getId()
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user