diff -r 6abd6e3599f4 -r 34e669b6fd95 entities/wfobjs.py --- a/entities/wfobjs.py Tue Apr 13 12:19:24 2010 +0200 +++ b/entities/wfobjs.py Tue Apr 13 13:21:10 2010 +0200 @@ -174,7 +174,7 @@ fired by the logged user """ __regid__ = 'BaseTransition' - fetch_attrs, fetch_order = fetch_config(['name']) + fetch_attrs, fetch_order = fetch_config(['name', 'type']) def __init__(self, *args, **kwargs): if self.__regid__ == 'BaseTransition':