fixed setName in ListTask
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -126,8 +126,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setName(newName){
|
async function setName(newName){
|
||||||
patchTask({name:newName});
|
return await patchTask({name:newName});
|
||||||
}
|
}
|
||||||
|
|
||||||
function map_state(tx){
|
function map_state(tx){
|
||||||
|
|||||||
Reference in New Issue
Block a user