mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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
|
$macro_field
|
||||||
.find("input")
|
.find("input")
|
||||||
.first()
|
.first()
|
||||||
.attr("name", macro_macro);
|
.attr("name", macro_macro)
|
||||||
|
.val(macro_value);
|
||||||
|
|
||||||
$macro_field.attr("class", "macro_field");
|
$macro_field.attr("class", "macro_field");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user