Ticket #11623 (confirmed Bug)
Log in popup does not respect redirect in custom logged_in.cpy
Reported by: | perrito | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
In a Plone 4.0.3 I have customized logged_in.cpy as suggested in http://collective-docs.plone.org/sessions/login.html#post-login-actions adding a Redirect at the end (this is actually the only change). When the log in is performed using the login pop-up the redirect is ignored.
The only change is
41a42,43 > return REQUEST.RESPONSE.redirect("%s/dashboard" % context.absolute_url()) >
Change History
Note: See
TracTickets for help on using
tickets.
I think this could be the culprit, sadly I am not entirely sure of what does this piece of code do. (from Plone-4.0.3-py2.6.egg/Products/CMFPlone/skins/plone_ecmascript/popupforms.js)