Salesforce-Inspector-reloaded
Salesforce-Inspector-reloaded copied to clipboard
[data-export] Saved query with character ':' are not pasted correctly
When is saved a Query with the Character ':' the query is not pasted correctly; only the values after the ':' are pasted
Steps to reproduce the behavior:
- Create a Query select count(id) from account where CreatedDate < LAST_N_DAYS:10
- Click on 'Save Query'
- Select the Saved Query
- See error (It's pasted only the Value '10')
The query should be pasted correctly
Desktop:
- Win11
- Chrome
- Version 124.0.6367.91
Hi @Anassi89, Ok I could reproduce the bug, this is only when no label is set. I'll fix this 👍
TODO:
- add a label property to savedHistory instead of using a separator
- handle data migration to the new model (probably in background.js with onInstalled.addListener on "update" reason)
- track this code to be removed on the next version