The module works great but if the module find a url with views' exposed filters like this:
http://www.domain.com/publicaciones/filtradas?tipoespecialidad=177&tipoc...
The module redirect to
http://www.domain.com/user/login?destination=publicaciones/filtradas
It lost the exposed filters. There is any way to redirect without lost the exposed filters?
Thanks
Oskar
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | suportforviewsexposedfilters-1284896-5037918.patch | 721 bytes | soyarma |
| #2 | suportforviewsexposedfilters-1284896-5012462.patch | 1004 bytes | oskar_calvo |
Comments
Comment #1
oskar_calvo commentedI'm preparing a patch for it.
oskar
Comment #2
oskar_calvo commentedHere is the patch I'm try to make it works.
Comment #3
oskar_calvo commentedI hope someone check the patch.
Oskar
Comment #4
soyarma commentedThe dev release has significantly reworked the r4032login_redirect() function, so I don't think this patch applies any longer.
It now uses $_GET['destination'], but I don't know if that contains the params (I don't think it does).
However, in the dev branch, I think that the attached patch does the trick (I tested it and it worked for me in retaining params)
Comment #5
soyarma commentedAlso, I'm pushing Rob Loach to get this committed today and to cut a 1.4 branch off dev today as well.
Comment #6
robloach:-)
Comment #7
robloachCommitted to both 6 and 7 branches.