Fix image update in edit, QR code generation and translations

This commit is contained in:
2025-11-11 18:21:40 +01:00
parent c1957baab9
commit bfea1f4dfe
6 changed files with 16 additions and 7 deletions

View File

@@ -323,7 +323,7 @@ document.addEventListener('DOMContentLoaded', function() {
}
fetch('/api/items/' + id, {
method: 'PUT',
method: 'POST',
body: formData
})
.then(response => response.json())