See https://secure.phabricator.com/differential/diff/37281/
The original diff:
diff --git a/god/logistics_api.php b/god/logistics_api.php --- a/god/logistics_api.php +++ b/god/logistics_api.php @@ -52,14 +52,14 @@ foreach($stand->getCompartments() as $comp) { $compData[] = array( - 'id' => $comp->getCompartmentId(), + 'id' => $comp->getId(), 'name' => $comp->getName(), 'gridAccess' => $comp->getGridAccess(), 'y' => $comp->getYPosition() ); } $standData[] = array( - 'id' => $stand->getStandId(), + 'id' => $stand->getId(), 'name' => $stand->getName(), 'compartments' => $compData );
At least right now this is rendered as: