drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
24 stars 4 forks source link

Pass the route params through in the scaffold code #98

Closed Dan-Ashdown closed 1 year ago

Dan-Ashdown commented 1 year ago

Currently GET params do not get passed back, in my case I needed these for Views exposed filters.

Dan-Ashdown commented 1 year ago

Patch to fix:

98-pass-route-params.txt

fago commented 1 year ago

@Dan-Ashdown-FFT thx, that seems straight-forward and good to do by default. I checked and we also do this in our projects actually. So let's improve the scaffold code. Could you do a proper PR so we can get it merged? The Github workflow is to fork the module in your own namespace then you can submit a PR from there.

Dan-Ashdown commented 1 year ago

Thanks @fago created a PR https://github.com/drunomics/nuxtjs-drupal-ce/pull/100

fago commented 1 year ago

Merged :-)