manage_changeProperties expectations
Brought to you by:
akm
manage_changeProperties expects that you want to go
back to your portal's ROOT directory (baseURL as
specified in acl_users properties) when you are finished.
return self.MessageDialog(self,
title ='Properties updated',
message="Your properties have been updated",
action =self.baseURL, <======================
REQUEST=REQUEST,
)
I do not, and want to go back to where I called the
ChangeProperties from (probably URL1 ?).
The reason for this is that I want to implement a ZWiki
that uses exUserFolder, and am modifying their
UserOptions to access certain values from acl_users
instead of from cookies. When I am don editing
options I end up in some stupid place!