When I click on "Select" to select child nodes, and then click on "« first / ‹ previous / next › / last »" to see other page, page is reloaded, but I must click on "Select" again to see the list of nodes. Is there a possibility to do this automatically?

Comments

MrTaco’s picture

Assigned: Unassigned » MrTaco

i'd really like this subform to work this way as well

it would be a big usability win

but right now i can think of no way to implement this

the pager links are generated by the views module, and do their work via a form GET

since its not a POST, i can't hide any hidden data that would allow me to know which fieldsets were open (which would allow me to modify the form before returning it, and make sure that all the fieldsets are still open)

anyone have any ideas?

MrTaco’s picture

i've got this working in a local install

will push it up into the repository tonight

MrTaco’s picture

Status: Active » Fixed

see the latest release 0.25

MrTaco’s picture

Status: Fixed » Closed (fixed)