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:
Daniel Rodriguez 2022-06-09 07:32:18 +00:00
commit ad9a864b1c
1 changed files with 2 additions and 1 deletions

View File

@ -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");