Merge branch 'ent-11345-15660-macros-no-funcionan-bien-en-componentes-locales' into 'develop'

Ent 11345 15660 macros no funcionan bien en componentes locales

See merge request artica/pandorafms!5962
This commit is contained in:
Matias Didier 2023-05-29 06:57:43 +00:00
commit 4bccb5355e
1 changed files with 0 additions and 3 deletions

View File

@ -1548,10 +1548,7 @@ function changePlugin() {
var pluginDescription = pluginAllData.description;
var pluginMacros = pluginAllData.macros;
console.log(pluginAllData.macrosElement);
var pluginMacrosElement = JSON.parse(atob(pluginAllData.macrosElement));
console.log(pluginMacrosElement);
var displayShow = "none";
if (executionType == EXECUTION_TYPE_NETWORK) {
displayShow = "none";