mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[Composition] Modified call to object utils to provide identifier correctly.
This commit is contained in:
@ -41,7 +41,7 @@ define([
|
||||
*/
|
||||
|
||||
function makeEventName(domainObject, event) {
|
||||
return event + ':' + objectUtils.makeKeyString(domainObject.key);
|
||||
return event + ':' + objectUtils.makeKeyString(domainObject.identifier);
|
||||
}
|
||||
|
||||
function DefaultCompositionProvider() {
|
||||
|
Reference in New Issue
Block a user