Set the domain_uuid as hidden for devices when device_domain is not assigned.
This commit is contained in:
parent
4831d0c133
commit
f4a360eb23
|
|
@ -1205,6 +1205,8 @@ require_once "resources/require.php";
|
|||
echo $text['description-domain_name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
} else {
|
||||
echo " <input type='hidden' name='domain_uuid' id='domain_uuid' value=\"".$_SESSION['domain_uuid']."\">\n";
|
||||
}
|
||||
|
||||
echo "<tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue