Collections: allow to drag and drop to change book position
This commit is contained in:
@@ -28,6 +28,7 @@ func CollectionItemsQueryToDto(itemsQueryResult []query.CollectionItemQueryResul
|
||||
}
|
||||
dtoItems = append(dtoItems,
|
||||
dto.CollectionItemGet{
|
||||
ID: queryResult.ItemID,
|
||||
Position: queryResult.Position,
|
||||
Book: bookItem,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user