mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#13269 validations on Enterprise String and Custom OID fields are removed
This commit is contained in:
parent
60f8c45836
commit
fa1c1670dc
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user