[Zope-CMF] Moving content on a transition question
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 30 Oct 2002 20:02:28 +0100
    
    
  
brent A shelkey writes:
 > ...
 > I thought Alan's recipe in ZopeLabs http://www.zopelabs.com/cookbook/1029298314 ) might be related to solving the problem.  On my initial try with Zope 2.6 and CMF 1.3 I get this error:
 > ...
 > Request URL http://localhost:8080/test/d/content_status_modify 
 > Exception Type TypeError 
 > Exception Value moveonPublish() takes no arguments (1 given) 
All scripts are called with one argument (a "StateChange" argument,
see the DCWorkflow documentation).
Your "moveonPublish" apparently does not accept this parameter...
Dieter