[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);
|
||||
}
|
||||
|
||||
return lastPromise;
|
||||
return lastPromise[key];
|
||||
}
|
||||
|
||||
// List types of relationships which this object has
|
||||
|
||||
Reference in New Issue
Block a user