mirror of
https://github.com/nasa/openmct.git
synced 2025-05-23 18:54:09 +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) {
|
function makeEventName(domainObject, event) {
|
||||||
return event + ':' + objectUtils.makeKeyString(domainObject.key);
|
return event + ':' + objectUtils.makeKeyString(domainObject.identifier);
|
||||||
}
|
}
|
||||||
|
|
||||||
function DefaultCompositionProvider() {
|
function DefaultCompositionProvider() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user