Skip to content
Snippets Groups Projects
Commit 98629b36 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update todo-who and what on old todos

parent 1d7974d5
No related branches found
No related tags found
No related merge requests found
...@@ -303,6 +303,8 @@ def parse_protocol_async_inner(protocol, encoded_kwargs): ...@@ -303,6 +303,8 @@ def parse_protocol_async_inner(protocol, encoded_kwargs):
todo.protocols.append(protocol) todo.protocols.append(protocol)
todo.state = field_state todo.state = field_state
todo.date = field_date todo.date = field_date
todo.who = who
todo.description = what
db.session.commit() db.session.commit()
todo_tag.todo = todo todo_tag.todo = todo
# Decisions # Decisions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment