I can join, save and leave a Version through an URL but I want to do it without being redirected to the version's management screens. It would be less confusing for the user if instead they were returned to the page they were editing after saving the Version. anybody know how to do this? THanks! Michael A. Ruberto DORTRONICS SYSTEMS INC.
Michael A. Ruberto wrote:
I can join, save and leave a Version through an URL but I want to do it without being redirected to the version's management screens. It would be less confusing for the user if instead they were returned to the page they were editing after saving the Version. anybody know how to do this?
Versions are generally considered evil. I have memories of them going away in later versions of Zope so you may not want ot start using them now... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Michael A. Ruberto wrote at 2004-5-20 16:05 -0400:
I can join, save and leave a Version through an URL but I want to do it without being redirected to the version's management screens.
Then use a wrapping script that perform the appropriate action ("join", "save", ...) and then does what you want. -- Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Michael A. Ruberto