HOR-2296
This commit is contained in:
@@ -268,17 +268,27 @@ var saveTaskData = function(oForm, iForm, iType)
|
||||
}
|
||||
|
||||
try {
|
||||
var option = {
|
||||
label: changesSavedLabel
|
||||
}
|
||||
var option;
|
||||
|
||||
switch (res.status) {
|
||||
case "OK":
|
||||
option = {
|
||||
label: changesSavedLabel
|
||||
};
|
||||
break;
|
||||
case "CRONCL":
|
||||
option = {
|
||||
label: changesSavedLabel + "<br /><br />" + _("APP_TITLE_CASE_LABEL_UPDATE"),
|
||||
width: 350,
|
||||
height: 175
|
||||
}
|
||||
};
|
||||
break;
|
||||
default:
|
||||
option = {
|
||||
label: res.toString(),
|
||||
width: 350,
|
||||
height: 120
|
||||
};
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ try {
|
||||
} catch (Exception $oException) {
|
||||
$token = strtotime("now");
|
||||
PMException::registerErrorLog($oException, $token);
|
||||
G::outRes( G::LoadTranslation("ID_EXCEPTION_LOG_INTERFAZ", array($token)) );
|
||||
G::outRes($oException->getMessage());
|
||||
die;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user