Closed G3CK0za closed 11 months ago
Hi @G3CK0za, we had issues when manipulating the general refresh interval. That's why I detached the refresh from the panel refresh. I have looked at the problem you mentioned, and indeed, the refresh parameter is not passed through once the shift is updated. Creating a hotfix for it!
The cause of the issue was the TimeSrv service resetting the refresh parameter after the shift was updated, although I was passing the parameter.
Grafana Service -> TimeSrv.ts
The issue is now fixed by resetting the refresh rate if it was set before.
Released a new version (0.1.5) and submitted it to Grafana. Closing this issue once the plugin is updated.
Awesome, thanks again for your efforts @isaozler! Will test and provide feedback
Hi @isaozler,
Thank you for your efforts and the latest version!
There is an issue with the custom refresh interval under the panel options though. The custom refresh interval is only refreshing the Shift Selector panel, not the entire dashboard. So the shift selector will always select the correct shift even if the dashboard is not refreshed. And after auto-selecting the correct shift and changing the absolute time range the dashboard refreshes once due to the change in time range...but that is where it ends. No more dashboard refreshes after that until the shift changes again.