I have a list of items, and want it so that when you click it shows the details.
I have the collection and list working well.
For the list item, i have an event on click to set localstorage variable with item ID.
Then I have an event to change to detail page.
On detail page i have a DB query service where I do a read query where objectID = localstorage itemID.
This doesnt seem to be working however.