I have integrated the dashboard addon but am having difficulties with the refresh functionality. I have tried setting both the ‘refresh period’ against the dashboard and also the ‘timer delay’ in the xml of the screen embedding the dashboard but neither actually refresh the screen. To update the dashboard data I need to close the screen and re-open.
Any suggestions of what I’m doing wrong would be appreciated.
Dashboard widgets will be updated automatically when there is a subscription on DashboardUpdatedEvent in widget controller class or widget controller implements RefreshableWidget interface with the required refresh method.