diff -r d41f13a919ff -r f1b5a5ea0da0 entities/wfobjs.py --- a/entities/wfobjs.py Mon Oct 12 09:53:51 2015 +0200 +++ b/entities/wfobjs.py Tue Sep 22 14:20:53 2015 +0200 @@ -551,7 +551,7 @@ tr = self._get_transition(tr) if any(tr_ for tr_ in self.possible_transitions() if tr_.eid == tr.eid): - self.fire_transition(tr) + self.fire_transition(tr, comment, commentformat) def change_state(self, statename, comment=None, commentformat=None, tr=None): """change the entity's state to the given state (name or entity) in