fixed macro default value not loading
This commit is contained in:
parent
851f1a19ce
commit
7aa40617f8
|
@ -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…
Reference in New Issue