Merged in norah/processmaker/PM-1123 (pull request #1304)
PM-1123 Podado de features para 3.0
This commit is contained in:
@@ -186,6 +186,7 @@ EOT
|
|||||||
CLI::taskArg("workspace-name", true, true);
|
CLI::taskArg("workspace-name", true, true);
|
||||||
CLI::taskRun("run_database_generate_self_service_by_value");
|
CLI::taskRun("run_database_generate_self_service_by_value");
|
||||||
|
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
CLI::taskName("check-workspace-disabled-code");
|
CLI::taskName("check-workspace-disabled-code");
|
||||||
CLI::taskDescription(<<<EOT
|
CLI::taskDescription(<<<EOT
|
||||||
Check disabled code for the specified workspace(s).
|
Check disabled code for the specified workspace(s).
|
||||||
@@ -198,6 +199,7 @@ EOT
|
|||||||
);
|
);
|
||||||
CLI::taskArg("workspace-name", true, true);
|
CLI::taskArg("workspace-name", true, true);
|
||||||
CLI::taskRun("run_check_workspace_disabled_code");
|
CLI::taskRun("run_check_workspace_disabled_code");
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function run_info
|
* Function run_info
|
||||||
@@ -579,7 +581,7 @@ function run_database_generate_self_service_by_value($args, $opts)
|
|||||||
echo CLI::error($e->getMessage()) . "\n";
|
echo CLI::error($e->getMessage()) . "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
function run_check_workspace_disabled_code($args, $opts)
|
function run_check_workspace_disabled_code($args, $opts)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
@@ -630,4 +632,4 @@ function run_check_workspace_disabled_code($args, $opts)
|
|||||||
echo CLI::error($e->getMessage()) . "\n";
|
echo CLI::error($e->getMessage()) . "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user