Merge branch 'ent-12298-error-en-almacenamiento-de-datos-de-acciones-de-alerta' into 'develop'

Ent 12298 error en almacenamiento de datos de acciones de alerta

See merge request artica/pandorafms!6597
This commit is contained in:
Matias Didier 2023-11-27 10:23:58 +00:00
commit c321165252
1 changed files with 4 additions and 1 deletions

View File

@ -552,6 +552,9 @@ $(document).ready (function () {
// If the row is empty, hide it
if (field_row == '') {
// Clear hidden fields.
$("[name=field" + i + "_value]").val('');
$("[name=field" + i + "_recovery_value]").val('')
$table_macros_field.hide();
continue;
}