vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

Pagination links on nested scaffolds lose the parent scope. #169

Closed rtlechow closed 13 years ago

rtlechow commented 13 years ago

Open a nested scaffold link. The initial nested records will be correctly scoped to the parent. Click the nested scaffold's pagination links and the records will no longer be scoped to the parent. True story.

vhochstein commented 13 years ago

Works for me. Can you please provide some more details... ? model and controller example code. activescaffold version... ...

Thanks a lot.

rtlechow commented 13 years ago

I scaffolded up a blank project to recreate this, and it worked. Doh. Something is causing assoc_id to get dropped from pagination links. I seriously hope it's not some monkey patch. Ugh.

vhochstein commented 13 years ago

Will close this bug for the moment... In case of any new findings...