mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user