implement move task

This commit is contained in:
Matteo Pagliazzi
2015-11-30 20:14:53 +01:00
parent 1bd794b5e3
commit 67bcfde6dc
2 changed files with 52 additions and 1 deletions

View File

@@ -21,5 +21,6 @@
"cantDeleteChallengeTasks": "A task belonging to a challenge can't be deleted.",
"checklistOnlyDailyTodo": "Checklists are supported only on dailies and todos",
"checklistItemNotFound": "No checklist item was wound with given id.",
"itemIdRequired": "\"itemId\" must be a valid UUID"
"itemIdRequired": "\"itemId\" must be a valid UUID",
"positionRequired": "\"position\" is required and must be a number."
}