dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16634
Re: [Bug 956700] Re: Uncaught Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
Yes we load the ouwt (used in data entry and org unit module) into
localstorage so that it can work offline. In reports module and other
places we are loading it straight into the DOM.
Suggest we can
- make ouwt downgrade gracefully when the tree is too large for the
browser, from localstorage into the DOM
- package the dhis installation as a chrome web app - it can then ask
for explicit, unlimited local storage
- pray that indexeddb will be promptly implemented in browsers before
someone comes up with even larger hierarchies
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/956700
Title:
Uncaught Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
Status in DHIS 2 - District Health Information Software:
In Progress
Bug description:
When loading the orgunit tree for Nigeria, I get the following error.
Uncaught Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
This seems to be related to the limit for local storage.
Blocker.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/956700/+subscriptions
References