esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
208 stars 23 forks source link

iHub to SovHub Regression with Equinox #1388

Open pvyParts opened 2 months ago

pvyParts commented 2 months ago

iHub to SovHub Regression with Equinox

Request

GET /latest/corporations/{corporation_id}/assets/?datasource=tranquility

https://esi.evetech.net/ui#/Assets/get_corporations_corporation_id_assets

Expected

SovHub upgrades to show in the assets tree and the reagent fuel in the structure showing in a "fuel bay" location within the asset tree returned..

...
  {
    ...
    "item_id": 12345678910,
    "location_flag": "StructureActive",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82498
  },
  {
    ...
    "item_id": 12345678911,
    "location_flag": "StructureInactive",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82496
  },
  {
    ...
    "item_id": 12345678911,
    "location_flag": "StructureOffline",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82497
  },
...

Checklist

Check all boxes that apply to this issue: