mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-29 05:40:27 +00:00
chore: rewrite generator to resolve strange name generation (#612)
* rewrite generator to resolve strange name generation * fix asset id types * ignore errored types * remove depreciated calls * use more random words * random user
This commit is contained in:
parent
b08e52104c
commit
4738a9b131
18 changed files with 139 additions and 1183 deletions
|
@ -63,6 +63,7 @@
|
|||
locationId: item.value.location?.id,
|
||||
labelIds: item.value.labels.map(l => l.id),
|
||||
parentId: parent.value ? parent.value.id : null,
|
||||
assetId: item.value.assetId,
|
||||
};
|
||||
|
||||
const { error } = await api.items.update(itemId.value, payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue