From d78e6009ccb52942ec57ae4528cbd67c51c3e126 Mon Sep 17 00:00:00 2001 From: Francois Gerthoffert Date: Wed, 22 Jul 2020 18:10:09 -0400 Subject: [PATCH] Fixed a missing parameter --- src/commands/modules/disable.ts | 1 + src/commands/modules/enable.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/modules/disable.ts b/src/commands/modules/disable.ts index 316df4d..ef0aacd 100644 --- a/src/commands/modules/disable.ts +++ b/src/commands/modules/disable.ts @@ -45,6 +45,7 @@ export default class ModulesEnable extends Command { flags.jahiaToolsPassword, flags.jahiaAdminUrl + '/modules/tools/groovyConsole.jsp?', groovyScript, + null, ); if (submitForm === false) { console.log( diff --git a/src/commands/modules/enable.ts b/src/commands/modules/enable.ts index f0222bd..974654c 100644 --- a/src/commands/modules/enable.ts +++ b/src/commands/modules/enable.ts @@ -45,6 +45,7 @@ export default class ModulesEnable extends Command { flags.jahiaToolsPassword, flags.jahiaAdminUrl + '/modules/tools/groovyConsole.jsp?', groovyScript, + null, ); if (submitForm === false) { console.log(