[gen] Bugfix in the Ref field; added method workflow.Transition.getBack that finds the 'back' transition of a given transition.
This commit is contained in:
parent
14f85509e1
commit
1d0ee7a614
19 changed files with 206 additions and 128 deletions
|
@ -203,7 +203,7 @@ class Translation(ModelClass):
|
|||
title = gen.String(show=False, indexed=True,
|
||||
page=gen.Page('main',label='Main'))
|
||||
def getPoFile(self): pass
|
||||
po = gen.Action(action=getPoFile, result='filetmp')
|
||||
po = gen.Action(action=getPoFile, result='file')
|
||||
sourceLanguage = gen.String(width=4)
|
||||
def label(self): pass
|
||||
def show(self, name): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue