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
The grid capture columns should be saved and restored.
Once the grid columns are successfully saved to the server, it must be also stored to the session storage.
Next time when the grid column access from the server fails, it should be taken from the session strorage
The text was updated successfully, but these errors were encountered:
The GridColumnService in dhis2.angular.services.js is modifed by adding the get/set functions to save/restore grid column configurations configured by the user using the /api/userDataStore/GridColumns api. Once the save operation to the said end point is successful, the configuration is saved to the SessionStorage as well. This will be used if the server call for restoring the grid columns fails.
The grid capture columns should be saved and restored.
Once the grid columns are successfully saved to the server, it must be also stored to the session storage.
Next time when the grid column access from the server fails, it should be taken from the session strorage
The text was updated successfully, but these errors were encountered: