-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The in-memory search indexer is observing mutation of the composition property. #5549
Closed
7 tasks
Labels
Milestone
Comments
15 tasks
15 tasks
To test:
|
On our test server, we're getting an error:
This is probably because the object has dangling functions on it. We should turn this into a domain object that can be serialized properly by |
15 tasks
5 tasks
15 tasks
Verified Testathon 8/22/22: Found an additional issue while testing, logged here: #5690 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openmct/src/api/objects/InMemorySearchProvider.js
Line 315 in 2fa053e
This is an unreliable method of detecting composition changes as not all objects will use the composition property to define their composition.
Instead, the Composition API should be used. It provides observers for composition changes that are agnostic of the underlying data structure.
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: