mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-8926-13158-Falla-nuevamente-plantilla-de-componentes-con-macro-en-politica' into 'develop'
fixed creation of policy modules based on local components with macros See merge request artica/pandorafms!4866
This commit is contained in:
commit
a42328ff29
@ -846,6 +846,10 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
|||||||
|
|
||||||
// Change attributes to be unique and with identificable class
|
// Change attributes to be unique and with identificable class
|
||||||
$macro_field.attr("id", row_id);
|
$macro_field.attr("id", row_id);
|
||||||
|
$macro_field
|
||||||
|
.find("input")
|
||||||
|
.first()
|
||||||
|
.attr("name", macro_macro);
|
||||||
|
|
||||||
$macro_field.attr("class", "macro_field");
|
$macro_field.attr("class", "macro_field");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user