Merge branch 'dev' into module/stock
This commit is contained in:
@@ -278,9 +278,3 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/await}
|
{/await}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
|
||||||
<pre>
|
|
||||||
{JSON.stringify({item_id,location},null,2)}
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
@@ -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