mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 07:56:35 +01:00
ProductBarcode: return more fields from DB (brand, model...)
- backend: change data structure returned to frontend
This commit is contained in:
@@ -313,8 +313,8 @@
|
||||
|
||||
if(active.params)
|
||||
{
|
||||
form.name = active.params.name;
|
||||
form.description = active.params.description;
|
||||
form.name = active.params.item.name;
|
||||
form.description = active.params.item.description;
|
||||
}
|
||||
|
||||
if (labelId.value) {
|
||||
|
||||
Reference in New Issue
Block a user