mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-25 01:55:43 +00:00
fix import asset id assignment
This commit is contained in:
parent
f2d06c21e8
commit
e7eee7a129
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ func (svc *ItemService) CsvImport(ctx context.Context, GID uuid.UUID, data [][]s
|
||||||
// Edges
|
// Edges
|
||||||
LocationID: locationID,
|
LocationID: locationID,
|
||||||
LabelIDs: labelIDs,
|
LabelIDs: labelIDs,
|
||||||
|
AssetID: data.AssetID,
|
||||||
|
|
||||||
// General Fields
|
// General Fields
|
||||||
ID: result.ID,
|
ID: result.ID,
|
||||||
|
|
Loading…
Reference in a new issue