NAM-APJATEL-BACKEND/delivery
unknown 426d3b16f6 fix: read backbone_code from multipart form in tower controller
CreateTower and UpdateTower multipart handlers were building the DTO
without reading backbone_code from PostForm, so the field was always nil
even when the frontend sent it. Added c.PostForm("backbone_code") parsing
in both handlers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 18:11:58 +07:00
..
controller fix: read backbone_code from multipart form in tower controller 2026-04-12 18:11:58 +07:00
server.go adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00