13245-Fix macros in module plugins

This commit is contained in:
Pablo Aragon 2024-04-01 16:04:26 +02:00
parent 25ba53cf89
commit ce6b958bcc
1 changed files with 1 additions and 1 deletions

View File

@ -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()