Updated one invocation of update_state() to match the new signature in [6660].

- Legacy-Id: 6663
Note: SVN reference [6660] has been migrated to Git commit 8ec6c336a9
This commit is contained in:
Henrik Levkowetz 2013-11-06 16:19:13 +00:00
parent 27895541a4
commit 9d62773f41

View file

@ -143,6 +143,8 @@ class NoWorkflowStateForm(StreamDraftForm):
comment=comment,
person=self.person,
to_state=to_state,
added_tags=[],
removed_tags=[],
estimated_date=estimated_date)
if settings.USE_DB_REDESIGN_PROXY_CLASSES: