Merge branch 'ent-11351-15668-snmp-alerts-crea-alerta-sin-tener-ningun-dato-puesto-en-formulario' into 'develop'

Ent 11351 15668 snmp alerts crea alerta sin tener ningun dato puesto en formulario

See merge request artica/pandorafms!5988
This commit is contained in:
Rafael Ameijeiras 2023-07-31 11:08:29 +00:00
commit 0c4331f9d4

View File

@ -786,7 +786,7 @@ if ($create_alert || $update_alert) {
2,
2,
$custom_value,
'class="w100p"',
'class="w100p" required="required"',
true
)
);
@ -804,6 +804,8 @@ if ($create_alert || $update_alert) {
'',
50,
255,
true,
false,
true
)
);
@ -818,6 +820,8 @@ if ($create_alert || $update_alert) {
'',
20,
255,
true,
false,
true
)
);