BUG 606 "La extension mcrypt de PHP ya se..." SOLVED

- La extension mcrypt de PHP ya se convirtio en requerida para PM
- Problema resuelto, en la instalacion de processmaker en el paso 1 se agrega un nuevo label "Mcrypt Support" con su respectivo
  mensage. En ADMIN>Settings>Check PM requirements, se muestra el nuevo label al igual que lo anterior.
This commit is contained in:
Luis Fernando Saisa Lopez
2014-10-17 14:30:28 -04:00
parent b1f61f161d
commit 12c020ea15
4 changed files with 19 additions and 1 deletions

View File

@@ -144,6 +144,12 @@ systemInfo.application = {
fieldLabel: _("ID_PROCESSMAKER_REQUIREMENTS_SOAP"),
value: eval("fieldFormatValue(" + SYSINFO_SOAP + ");")
},
{
xtype: "displayfield",
id: "mcrypt ",
fieldLabel: _("ID_MCRYPT_SUPPORT"),
value: eval("fieldFormatValue(" + SYSINFO_MCRYPT + ");")
},
{
xtype: "displayfield",
id: "ldap",