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>
|
||
|---|---|---|
| .. | ||
| AGENTS.md | ||
| activity_logs_controller.go | ||
| auth_controller.go | ||
| backbone_controller.go | ||
| cable_connections_controller.go | ||
| count_assets_controller.go | ||
| creatin_admin.go | ||
| devicePort_controller.go | ||
| device_details.go | ||
| device_inspections_controller.go | ||
| devices_controller.go | ||
| fishbone_controller.go | ||
| nearest_device_controller.go | ||
| olt_controller.go | ||
| tower_controller.go | ||
| user_management_controller.go | ||
| user_registration.go | ||
| users_controller.go | ||