fixed creation of policy modules based on local components with macros
This commit is contained in:
parent
2292f0507a
commit
4c988a2413
|
@ -846,6 +846,10 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
|||
|
||||
// Change attributes to be unique and with identificable class
|
||||
$macro_field.attr("id", row_id);
|
||||
$macro_field
|
||||
.find("input")
|
||||
.first()
|
||||
.attr("name", macro_macro);
|
||||
|
||||
$macro_field.attr("class", "macro_field");
|
||||
|
||||
|
|
Loading…
Reference in New Issue