mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
VimwikiTask: Update UUID too when updating from task
This commit is contained in:
parent
e0ab56ee0b
commit
4c78eed983
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class VimwikiTask(object):
|
||||||
'completed': (self.task['status'] == u'completed'),
|
'completed': (self.task['status'] == u'completed'),
|
||||||
'due': self.task['due'],
|
'due': self.task['due'],
|
||||||
'project': self.task['project'],
|
'project': self.task['project'],
|
||||||
|
'uuid': self.task['uuid'],
|
||||||
})
|
})
|
||||||
|
|
||||||
def update_in_buffer(self):
|
def update_in_buffer(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue