mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
Merge pull request #1328 from nasa/open1322
[Composition] Modified call to object utils to provide identifier correctly
This commit is contained in:
commit
d368bc2351
@ -41,7 +41,7 @@ define([
|
||||
*/
|
||||
|
||||
function makeEventName(domainObject, event) {
|
||||
return event + ':' + objectUtils.makeKeyString(domainObject.key);
|
||||
return event + ':' + objectUtils.makeKeyString(domainObject.identifier);
|
||||
}
|
||||
|
||||
function DefaultCompositionProvider() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user