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:
commit
4bccb5355e
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue