Menu

#5 manage_changeProperties expectations

Next Release
open
nobody
5
2002-10-31
2002-10-31
Jeremy Cook
No

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!

Discussion


Log in to post a comment.