Racks: remove client_id post from edit rack and add rack device modal as it should get the client_id in post, enforceClientAccess

This commit is contained in:
johnnyq
2026-03-06 16:43:56 -05:00
parent 7d41782013
commit a252ff717e
5 changed files with 38 additions and 8 deletions

View File

@@ -11,4 +11,3 @@ $secondary_dns = sanitizeInput($_POST['secondary_dns']);
$dhcp_range = sanitizeInput($_POST['dhcp_range']);
$notes = sanitizeInput($_POST['notes']);
$location_id = intval($_POST['location'] ?? 0);
$client_id = intval($_POST['client_id']);