#13269 validations on Enterprise String and Custom OID fields are removed

This commit is contained in:
Jorge Rincon 2024-04-16 15:58:01 +02:00
parent 60f8c45836
commit fa1c1670dc

View File

@ -786,7 +786,7 @@ if ($create_alert || $update_alert) {
2,
2,
$custom_value,
'class="w100p" required="required"',
'class="w100p"',
true
)
);
@ -806,7 +806,7 @@ if ($create_alert || $update_alert) {
255,
true,
false,
true
false
)
);
echo '</td>';