implemented adding positions to document

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-15 22:24:05 +02:00
parent e436f09698
commit 31916d83df
4 changed files with 34 additions and 12 deletions

View File

@@ -71,6 +71,7 @@
body:JSON.stringify(selected)
});
if (resp.ok){
doc.positions = await resp.json();
} else {
error = await resp.text();
}