mirror of
https://github.com/nasa/openmct.git
synced 2025-05-13 14:03:21 +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.planViewConfiguration.on('change', this.handleConfigurationChange);
|
||||||
this.stopObservingSelectFile = this.openmct.objects.observe(
|
this.stopObservingSelectFile = this.openmct.objects.observe(
|
||||||
this.domainObject,
|
this.domainObject,
|
||||||
'selectFile',
|
'*',
|
||||||
this.handleSelectFileChange
|
this.handleSelectFileChange
|
||||||
);
|
);
|
||||||
this.loadComposition();
|
this.loadComposition();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user