Skip to content

Commit 9d62773

Browse files
committed
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 8ec6c33
1 parent 2789554 commit 9d62773

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/ietfworkflows/forms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ def save(self):
143143
comment=comment,
144144
person=self.person,
145145
to_state=to_state,
146+
added_tags=[],
147+
removed_tags=[],
146148
estimated_date=estimated_date)
147149

148150
if settings.USE_DB_REDESIGN_PROXY_CLASSES:

0 commit comments

Comments
 (0)