Merged in feature/HOR-4508 (pull request #6649)
HOR-4508 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -283,7 +283,10 @@ Ext.onReady(function () {
|
||||
}
|
||||
else {
|
||||
var messageError = "";
|
||||
if (obj.failed == "1") {
|
||||
if (obj.failed === true) {
|
||||
messageError = obj.message;
|
||||
}
|
||||
else if (obj.failed == "1") {
|
||||
//| 1-> Fail in the type of the image
|
||||
messageError = _('ID_ERROR_UPLOADING_IMAGE_TYPE');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user