You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some issues experienced using InplaceVolumetrics plot and table:
Debounce on InplaceVolumetricsFilterComponent: Debounce time - gives issues when fetching from caching (large debounce time results in "slow" front-end). E.g. when deselecting and re-selecting a zone, and the module awaits a debounce time, even if data exist in cache and no new query is sent to back-end. Should respond quick?
Order of select in settings: When select and deselect in a Select component in settings, the order is changed. Appended at end -> change of order changes array for queryKey -> thereby new query is fetched, rather than fetching from cache.
The text was updated successfully, but these errors were encountered:
Some issues experienced using InplaceVolumetrics plot and table:
Debounce on
InplaceVolumetricsFilterComponent
: Debounce time - gives issues when fetching from caching (large debounce time results in "slow" front-end). E.g. when deselecting and re-selecting a zone, and the module awaits a debounce time, even if data exist in cache and no new query is sent to back-end. Should respond quick?Order of select in settings: When select and deselect in a
Select
component in settings, the order is changed. Appended at end -> change of order changes array for queryKey -> thereby new query is fetched, rather than fetching from cache.The text was updated successfully, but these errors were encountered: