mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed error when load data in action alert in manage alerts, tiquet: #2088
This commit is contained in:
parent
277eb655a1
commit
6cf4da8d8a
@ -286,7 +286,7 @@ $(document).ready (function () {
|
||||
else {
|
||||
|
||||
$('#table_macros-field' + i).replaceWith(field_row);
|
||||
if (old_value != '' && old_recovery_value != ''){
|
||||
if (old_value != '' || old_recovery_value != ''){
|
||||
$("[name=field" + i + "_value]").val(old_value);
|
||||
$("[name=field" + i + "_recovery_value]").val(old_recovery_value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user