I've got a filter where I'm filtering the pagetitle of nodes I want to edit. I noticed that after submitting I was not taken back to the filtered view, but to the default value in the filter.
I've got a filter where I'm filtering the pagetitle of nodes I want to edit. I noticed that after submitting I was not taken back to the filtered view, but to the default value in the filter.
Comments
Comment #1
markfoodyburton commentedOwe
Yes... Mmmm... I'm going to need some time and help to figure it out - it sounds easy to fix though...
Comment #2
hanno commentedAny progress on this issue? I am experiencing the same behavior.
when I update an filtered view the url changes after update from
/?q=exampleview&filter0=1234
to
/?q=exampleview
Is it possible to get back to the same url after update?
Comment #3
yngvewb commentedThe same is happening to me. This also happends if you do an editing with pager on (editing page 2,3 etc), it always return to the first page after a update. I guess we can handle this with reading the referer URL and return to the referer after the update.
Comment #4
alxbridge commentedThis is happening because no #redirect property is being set on the form; by default, I think a form will redirect to the page it came from, but losing any variables that were in the querystring. I put this workaround in a bespoke module's hook_form_alter, though the code could easily be worked into editablefields.module too:
Comment #5
joelpittetClosing legacy issue. Reopen as needed.