mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user