Merge branch 'dev' into module/stock

This commit is contained in:
2025-11-19 15:10:06 +01:00
2 changed files with 2 additions and 8 deletions

View File

@@ -278,9 +278,3 @@
{/if}
{/await}
</div>
<div>
<pre>
{JSON.stringify({item_id,location},null,2)}
</pre>
</div>

View File

@@ -126,8 +126,8 @@
}
}
function setName(newName){
patchTask({name:newName});
async function setName(newName){
return await patchTask({name:newName});
}
function map_state(tx){