mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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
|
||||
.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