mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#8088 Fixed selected option with select2
This commit is contained in:
parent
e1a55e78ac
commit
c61c39f45f
@ -1513,7 +1513,7 @@ $(document).ready (function () {
|
||||
$('#table_macros-field' + i)
|
||||
.removeAttr('class');
|
||||
|
||||
$("[name=field" + i + "_value]").val(old_value);
|
||||
$("[name=field" + i + "_value]").val(old_value).trigger('change');
|
||||
$('#table_macros-field').show();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user