Closed Yadav106 closed 2 weeks ago
The solution: in the constants.js file, the query for getting data from the sqlite database is not updated
const ANNOTATIONS_QUERY = 'SELECT zannotationassetid, zannotationrepresentativetext, zannotationselectedtext, datetime(zannotationcreationdate + strftime("%s", "2001-01-01"), "unixepoch") as CREATED_ON, datetime(zannotationmodificationdate + strftime("%s", "2001-01-01"), "unixepoch") as UPDATED_ON, zannotationnote, zfutureproofing5,zannotationdeleted FROM zaeannotation ORDER BY created_on DESC';
this query includes zannotationdeleted column which fixes the bug can i create a pr for this?
Sorry for not getting back to you until now, I've been away on vacation. Feel free to create a pr for this. Thanks Sahil!
Thanks! Will do!
I've opened a PR!
Merged the pr. Thanks for catching this and fixing it!
The highlight on 'generality' was first added then removed, but the code still shows the value of deleted as false