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.
previously the page component always reloaded the error states even though
they were not used at all.
now the component only starts the timer for the overview pages
fixes#3834
* refactor error states timer handling to prevent unnecessary reloads
previously the page component always reloaded the error states even though
they were not used at all.
now the component only starts the timer for the overview pages
fixes#3834
* make sure we don't accidentally leak background tasks
before scheduling a new interval make sure there's nothing running anymore
Lookup tables and related entities still reload the error states of the last displayed page, even though a detail component is shown.
This leads to unnecessary traffic (potentially push timer down to list components to avoid conditional logic in the page)
The text was updated successfully, but these errors were encountered: