mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 19:34:25 +00:00
[Composition] Modified call to object utils to provide identifier correctly.
This commit is contained in:
parent
dfa4591834
commit
5c31c6084c
@ -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