Merged in release/3.2.4 (pull request #6557)
HOR:4741: Update with 3.2.4 Approved-by: Paula Quispe <paula.quispe@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -931,7 +931,7 @@ class WsBase
|
|||||||
$cc,
|
$cc,
|
||||||
$bcc,
|
$bcc,
|
||||||
'',
|
'',
|
||||||
'',
|
$attachment,
|
||||||
'pending',
|
'pending',
|
||||||
($showMessage) ? 1 : 0,
|
($showMessage) ? 1 : 0,
|
||||||
$msgError,
|
$msgError,
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ class FixReferencePath
|
|||||||
$pmTable->prepare();
|
$pmTable->prepare();
|
||||||
$pmTable->preparePropelIniFile();
|
$pmTable->preparePropelIniFile();
|
||||||
$pmTable->buildSchema();
|
$pmTable->buildSchema();
|
||||||
$pmTable->phingbuildModel();
|
|
||||||
$this->outVerboseln("* Regenerate classes for table: " . $row["ADD_TAB_NAME"]);
|
$this->outVerboseln("* Regenerate classes for table: " . $row["ADD_TAB_NAME"]);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
CLI::logging(CLI::error("Error:" . "Error in regenerate classes for table: " . $row["ADD_TAB_NAME"] . ". " . $e));
|
CLI::logging(CLI::error("Error:" . "Error in regenerate classes for table: " . $row["ADD_TAB_NAME"] . ". " . $e));
|
||||||
|
|||||||
@@ -245,6 +245,9 @@ Ext.onReady(function () {
|
|||||||
buttonText: _('ID_SELECT_FILE'),
|
buttonText: _('ID_SELECT_FILE'),
|
||||||
name: 'img',
|
name: 'img',
|
||||||
validator: function (filePath) {
|
validator: function (filePath) {
|
||||||
|
if (uploadWin.isVisible() === false) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
var flag, btn;
|
var flag, btn;
|
||||||
btn = Ext.getCmp('btnUpload');
|
btn = Ext.getCmp('btnUpload');
|
||||||
btn.disable();
|
btn.disable();
|
||||||
@@ -295,9 +298,9 @@ Ext.onReady(function () {
|
|||||||
|
|
||||||
PMExt.notify(_('ID_SUCCESS'), messageError);
|
PMExt.notify(_('ID_SUCCESS'), messageError);
|
||||||
}
|
}
|
||||||
|
uploadWin.hide();
|
||||||
panelRightTop.getForm().reset();
|
panelRightTop.getForm().reset();
|
||||||
store.load();
|
store.load();
|
||||||
uploadWin.hide();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user