Closed (fixed)
Project:
Subform
Version:
4.7.x-0.2
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
6 Dec 2006 at 12:01 UTC
Updated:
8 Dec 2006 at 15:40 UTC
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
Comment #1
MrTaco commentedi'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?
Comment #2
MrTaco commentedi've got this working in a local install
will push it up into the repository tonight
Comment #3
MrTaco commentedsee the latest release 0.25
Comment #4
MrTaco commented