mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[Core] Fix relationship bug
Fix error in relationship capability; return cached promise for specific relationship. WTD-1007
This commit is contained in:
@ -66,7 +66,7 @@ define(
|
|||||||
.then(packageObject);
|
.then(packageObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
return lastPromise;
|
return lastPromise[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
// List types of relationships which this object has
|
// List types of relationships which this object has
|
||||||
|
Reference in New Issue
Block a user