mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-21 18:13:25 +00:00
e3ea08f199
Frontend GET endpoint was selecting tcp_request_rules and options from database but not including them in the serialized JSON response. This caused these fields to appear as 'undefined' in the frontend edit modal. Root cause: Response serialization was missing these two fields. Impact: tcp_request_rules from bulk import and manually added options were invisible in UI.