mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-23 06:34:54 +03:00
Move updateMeshCore call to when a plugin is disabled instead of removed
This commit is contained in:
parent
2336f955ed
commit
0cbbdd25d0
@ -490,6 +490,7 @@ module.exports.pluginHandler = function (parent) {
|
|||||||
parent.db.setPluginStatus(id, 0, func);
|
parent.db.setPluginStatus(id, 0, func);
|
||||||
delete obj.plugins[plugin.shortName];
|
delete obj.plugins[plugin.shortName];
|
||||||
delete obj.exports[plugin.shortName];
|
delete obj.exports[plugin.shortName];
|
||||||
|
parent.updateMeshCore();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -501,7 +502,6 @@ module.exports.pluginHandler = function (parent) {
|
|||||||
rimraf.sync(pluginPath);
|
rimraf.sync(pluginPath);
|
||||||
parent.db.deletePlugin(id, func);
|
parent.db.deletePlugin(id, func);
|
||||||
delete obj.plugins[plugin.shortName];
|
delete obj.plugins[plugin.shortName];
|
||||||
obj.parent.updateMeshCore();
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user