[WEB-2001] feat: Fix local cache issues r3 (#5714)

* - Handle single quotes in load workspace queries
- Add IS null where condition in query utils

* Fix description_html being lost

* Change secondary order to sequence_id

* Fix update persistence layer

* Fix issue types filter
Fix none filter

* add local cache toggle in help section

* remove toggle from user settings

* Reset storage class on disabling local

---------

Co-authored-by: rahulramesha <rahulramesham@gmail.com>
This commit is contained in:
Satish Gandham 2024-09-27 15:11:38 +05:30 committed by GitHub
parent 8aa32d410c
commit ec08fb078d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 66 deletions

View file

@ -54,6 +54,7 @@ export class Storage {
const fileSystemDirectoryHandle = await storageManager.getDirectory();
//@ts-expect-error , clear local issue cache
await fileSystemDirectoryHandle.remove({ recursive: true });
this.reset();
} catch (e) {
console.error("Error clearing sqlite sync storage", e);
}