Task move position refactoring

This commit is contained in:
Frédéric Guillot
2014-09-04 20:14:26 -07:00
parent 749136361e
commit 954bed954f
10 changed files with 344 additions and 105 deletions

View File

@@ -257,6 +257,12 @@ Procedures
- Result on success: **true**
- Result on failure: **false**
### moveTaskPosition
- Purpose: **Move a task to another column or another position**
- Parameters: **project_id** (integer), **task_id** (integer), **column_id** (integer), **position** (integer)
- Result on success: **true**
- Result on failure: **false**