Edit function does not work
So I would like a second set of eyes. I wanted to try editing the pre-existing record on my card view (see the screenshot attached) like Beachfront Villa -> Beachfront Villa 8. Even this easy modification does not succeed, as on clicking the save button I got "record not found"
And this comes from here in the controller
and this is what the frontend devtool says: https://imgur.com/a/xs8LLlD
my database has not the id "1" referred in that devtool:
`
my save button on View should have been picking up any ids listed here (5,6, or 74) but as the devtool shows it picks up 1 instead. i suppose if it picks up 5,6,74 it will let me edit the ListingName property.
so could anyone kindly point me in the right direction? Relevant code snippets here https://pastebin.com/9U9zjvaG
And this comes from here in the controller
and this is what the frontend devtool says: https://imgur.com/a/xs8LLlD
my database has not the id "1" referred in that devtool:
`
my save button on View should have been picking up any ids listed here (5,6, or 74) but as the devtool shows it picks up 1 instead. i suppose if it picks up 5,6,74 it will let me edit the ListingName property.
so could anyone kindly point me in the right direction? Relevant code snippets here https://pastebin.com/9U9zjvaG
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
