predefine 'actors' attribute for transition definitions
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3905 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
a702108a12
commit
24315118a6
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ class Transition(Action):
|
|||
|
||||
implements(ITransition)
|
||||
|
||||
actors = None
|
||||
|
||||
def __init__(self, name, title, targetState, **kw):
|
||||
super(Transition, self).__init__(name, title, **kw)
|
||||
self.targetState = targetState
|
||||
|
|
Loading…
Add table
Reference in a new issue