13245-Fix macros in module plugins
This commit is contained in:
parent
25ba53cf89
commit
ce6b958bcc
|
@ -932,7 +932,7 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
|||
.html();
|
||||
|
||||
field_desc = field_desc.replace("macro_desc", macro_desc);
|
||||
field_desc = field_desc.replace("macro_help", macro_help);
|
||||
field_desc = field_desc.replaceAll("macro_help", macro_help);
|
||||
|
||||
$("#" + row_id)
|
||||
.children()
|
||||
|
|
Loading…
Reference in New Issue