Month view is changing after reloading dashboard

Issue #957 resolved
SergioM created an issue

Hi.

Some dashboards keep the month view in the timesheet gadget even after I reload te page.

But in other cases is not showing the month view, after reloading the page.

They both have the same configuration. What could be the problem?

Thank you

Comments (4)

  1. Andriy Zhdanov

    Hi Sergio,

    This options are stored in cookies, and it's hard to say what might be wrong. May be you can check persisted cookies and see if the options are saved at all. Please see screen shot for example. It's hard to get the sense of it, though. Config is stored per dashboard/gadget as location-search-dashboardId-gadgetId, then you should see monthView=true and sum=week for the two options.

    Screen Shot 2017-02-23 at 10.20.09.png

    Then if you click right mouse button and select Inspect for the gadget that does not remember the month view state, you should see something like the following:

    <h3 id="gadget-10702-title" class="dashboard-item-title">Test</h3>
    

    Where you can see gadgetId and then find it in cookies and see if it has needed options saved.

    Thank you.

  2. Log in to comment