PM-2314,PM-2331

PM-2314,En ADMIN > Plugins > Enterprise features el status del actionByEmail y el pmConsolidatedCL es "Install now" y este deberíestar como Installed y estas opciones ya deberí estar instaladas
PM-2331,Admin/Plugins/Enterprise Features -> Eliminar columna de status en listado de features

Dentro el tab "Enterprise features" se quito la columna status (PM-2331),
Se agregaran los new features al ejecutar en consola ./processmaker databa-upgrade(PM-2314)
This commit is contained in:
marcelo.cuiza
2015-04-17 12:38:37 -04:00
parent ff86ff1743
commit f76826fefb
2 changed files with 11 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class PMLicensedFeatures
private $features = array ();
private $newFeatures = array(
0 => array(
"description" => "Enables de Actions By Email feature",
"description" => "Enables de Actions By Email feature.",
"enabled" => false,
"id" => "actionsByEmail",
"latest_version" => "",
@@ -46,7 +46,7 @@ class PMLicensedFeatures
"version" => ""
),
1 => array(
"description" => "Enables de Batch Routing feature",
"description" => "Enables de Batch Routing feature.",
"enabled" => false,
"id" => "pmConsolidatedCL",
"latest_version" => "",