mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 12:05:19 +00:00
object get in indexing process should use identifier not key
This commit is contained in:
parent
c273e83093
commit
c4f18a4797
@ -273,7 +273,7 @@ class InMemorySearchProvider {
|
||||
|
||||
this.pendingRequests += 1;
|
||||
const identifier = await this.openmct.objects.parseKeyString(keyString);
|
||||
const domainObject = await this.openmct.objects.get(identifier.key);
|
||||
const domainObject = await this.openmct.objects.get(identifier);
|
||||
delete provider.pendingIndex[keyString];
|
||||
try {
|
||||
if (domainObject) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user