plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

index to edit, if they have different query params doesn't use the new one #85

Closed rizen closed 2 months ago

rizen commented 2 months ago

For example, if you are on an index page where options are included from a separate function, and then you go to the edit page where options are included via includeOptions: true in the query params, the second page uses the first pages's loader.

Note that this might be due to Colin loading the list on the edit page so we arent' calling dispose

rizen commented 2 months ago

this was because Colin added the sub lists of items and tasks, but wasn't disposing of his data before he left the page

that said, we still should figure out the edit disposal problem

rizen commented 2 months ago

will open a new ticket for the root cause