]> git.madduck.net Git - etc/taskwarrior.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Task: Load task uuid when saving a new task
authorTomas Babej <tomasbabej@gmail.com>
Fri, 19 Dec 2014 06:38:10 +0000 (07:38 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Thu, 25 Dec 2014 22:51:11 +0000 (23:51 +0100)
commit7693733694941a9a26e8ac984eeeb0f2a6bd4e63
treea8cf7b50832311bc45d08bde9a0f34407acc712c
parent3c47c1b8537fcd2557ee86374b8e234b521eee8f
Task: Load task uuid when saving a new task

A new task can not refresh its data since it has not set uuid/id.
We need to parse the output of the 'task add' command.
tasklib/task.py