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

Comments

oskar_calvo’s picture

I'm preparing a patch for it.

oskar

oskar_calvo’s picture

Here is the patch I'm try to make it works.

oskar_calvo’s picture

Status: Active » Patch (to be ported)

I hope someone check the patch.

Oskar

soyarma’s picture

The 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)

soyarma’s picture

Also, I'm pushing Rob Loach to get this committed today and to cut a 1.4 branch off dev today as well.

robloach’s picture

Version: 6.x-1.3 » 7.x-1.x-dev
Assigned: Unassigned » robloach
Status: Patch (to be ported) » Reviewed & tested by the community

:-)

robloach’s picture

Status: Reviewed & tested by the community » Fixed

Committed to both 6 and 7 branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.