From 31ff67f32bc55e90dae7851c49aa5c4bdd546ecc Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 20 Jul 2015 17:13:14 -0600 Subject: [PATCH] * A couple notes --- core/menu_util.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/menu_util.js b/core/menu_util.js index a9bc2d59..f66112bc 100644 --- a/core/menu_util.js +++ b/core/menu_util.js @@ -181,6 +181,8 @@ function handleAction(client, formData, conf) { callModuleMenuMethod(paths.join(Config.paths.mods, actionAsset.location)); } else { if('systemMethod' === actionAsset.type) { + // :TODO: Need to pass optional args here -- conf.extraArgs and args between e.g. () + // :TODO: Probably better as system_method.js callModuleMenuMethod(paths.join(__dirname, 'system_menu_method.js')); } else { // local to current module