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