mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Merge branch 'ent-9116-13158-Nuevos-fallos-componentes-locales-con-politicas-con-macro' into 'develop'
fixed macro default value not loading See merge request artica/pandorafms!4941
This commit is contained in:
commit
ad9a864b1c
@ -849,7 +849,8 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
||||
$macro_field
|
||||
.find("input")
|
||||
.first()
|
||||
.attr("name", macro_macro);
|
||||
.attr("name", macro_macro)
|
||||
.val(macro_value);
|
||||
|
||||
$macro_field.attr("class", "macro_field");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user