Merge branch 'ent-13269-no-permite-crear-alerta-de-TRAP-SNMP-sin-rellenar-ambos-campos' into 'develop'

Ent 13269 no permite crear alerta de trap snmp sin rellenar ambos campos

See merge request artica/pandorafms!7218
This commit is contained in:
Rafael Ameijeiras 2024-04-18 09:16:36 +00:00
commit 324dec9d76

View File

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