mirror of
https://github.com/nasa/openmct.git
synced 2024-12-25 07:41:06 +00:00
Merge remote-tracking branch 'origin/open1007' into open-master
This commit is contained in:
commit
d86e27504f
@ -130,6 +130,11 @@
|
|||||||
"implementation": "capabilities/CompositionCapability.js",
|
"implementation": "capabilities/CompositionCapability.js",
|
||||||
"depends": [ "$injector" ]
|
"depends": [ "$injector" ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "relationship",
|
||||||
|
"implementation": "capabilities/RelationshipCapability.js",
|
||||||
|
"depends": [ "$injector" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "type",
|
"key": "type",
|
||||||
"implementation": "types/TypeCapability.js",
|
"implementation": "types/TypeCapability.js",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user