mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
Ensure CouchDB changes for plans trigger updates in the view (#7099)
Listen to ALL changes for a plan since couchdb feed updates does not trigger a property only event. It triggers a catchall '*' event. Co-authored-by: Scott Bell <scott@traclabs.com>
This commit is contained in:
parent
6947c912a7
commit
ede93d881c
@ -151,7 +151,7 @@ export default {
|
||||
this.planViewConfiguration.on('change', this.handleConfigurationChange);
|
||||
this.stopObservingSelectFile = this.openmct.objects.observe(
|
||||
this.domainObject,
|
||||
'selectFile',
|
||||
'*',
|
||||
this.handleSelectFileChange
|
||||
);
|
||||
this.loadComposition();
|
||||
|
Loading…
Reference in New Issue
Block a user