[Testbot] Plone 5.0 - Python 2.7 - Build # 1332 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Jan 30 02:44:04 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1332 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1332/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.users
Branch: refs/heads/master
Date: 2014-01-29T17:54:03-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.users/commit/826ab3731d3dd7d288b3a13b954f4c2d934bbcc1

make sure we include the user id in the query string when redirecting

Files changed:
M plone/app/users/browser/account.py

diff --git a/plone/app/users/browser/account.py b/plone/app/users/browser/account.py
index cb16d49..49f5aa7 100644
--- a/plone/app/users/browser/account.py
+++ b/plone/app/users/browser/account.py
@@ -157,7 +157,7 @@ def handleSave(self, action):
         else:
             IStatusMessage(self.request).addStatusMessage(
                 self.noChangesMessage, type='info')
-        self.request.response.redirect(self.request['ACTUAL_URL'])
+        self.request.response.redirect(self.action())
 
     @button.buttonAndHandler(_(u'Cancel'))
     def cancel(self, action):




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 943 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140130/9a5c3859/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 165145 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140130/9a5c3859/attachment-0003.obj>


More information about the Testbot mailing list