diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:56:05 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:56:05 -0400 |
commit | a264a53e3b07d0669c1283d5c54c9b3919239449 (patch) | |
tree | 157b41ac99fe89874dabb0d4d7c25dac49f49430 /docs | |
parent | 5631210fb7e96c636b1322d5e3c9e7fd07e13fee (diff) |
Rename action TaskAssignColor to TaskAssignColorColumn
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-json-rpc.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown index 3c02e818..e7f5a6b6 100644 --- a/docs/api-json-rpc.markdown +++ b/docs/api-json-rpc.markdown @@ -1390,7 +1390,7 @@ Response example: "id": 1433237746, "result": { "TaskLogMoveAnotherColumn" : "Add a comment logging moving the task between columns", - "TaskAssignColor" : "Assign a color to a task", + "TaskAssignColorColumn" : "Assign a color when the task is moved to a specific column", "TaskAssignColorUser" : "Assign a color to a specific user", "TaskAssignCategoryColor" : "Assign automatically a category based on a color", "TaskAssignColorCategory" : "Assign automatically a color based on a category", |