Merged in bugfix/PMCORE-2104 (pull request #8374)
PMCORE-2104 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -7598,8 +7598,8 @@ msgstr "Insert data..."
|
|||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_EMAIL_SERVER_IS_DEFAULT
|
# LABEL/ID_EMAIL_SERVER_IS_DEFAULT
|
||||||
#: LABEL/ID_EMAIL_SERVER_IS_DEFAULT
|
#: LABEL/ID_EMAIL_SERVER_IS_DEFAULT
|
||||||
msgid "The email server with {0}: {1} is default."
|
msgid "The email server can't be deleted as it is marked as default."
|
||||||
msgstr "The email server with {0}: {1} is default."
|
msgstr "The email server can't be deleted as it is marked as default."
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_EMAIL_SERVER_NEW
|
# LABEL/ID_EMAIL_SERVER_NEW
|
||||||
|
|||||||
@@ -58105,7 +58105,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
|||||||
( 'LABEL','ID_EMAIL_SERVER_EDIT','en','Edit Email Server','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_EDIT','en','Edit Email Server','2014-12-24') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_FROM_MAIL_EMPTY','en','The email has not been sent because configuration email in the Email Server Settings (admin/settings/email) is empty. Please fill this information.','2016-03-13') ,
|
( 'LABEL','ID_EMAIL_SERVER_FROM_MAIL_EMPTY','en','The email has not been sent because configuration email in the Email Server Settings (admin/settings/email) is empty. Please fill this information.','2016-03-13') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_INSERT_DATA','en','Insert data...','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_INSERT_DATA','en','Insert data...','2014-12-24') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_IS_DEFAULT','en','The email server with {0}: {1} is default.','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_IS_DEFAULT','en','The email server can''t be deleted as it is marked as default.','2022-02-02') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_NEW','en','New Email Server','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_NEW','en','New Email Server','2014-12-24') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_PORT','en','Port','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_PORT','en','Port','2014-12-24') ,
|
||||||
( 'LABEL','ID_EMAIL_SERVER_RESULT_TESTING','en','Result Testing Email Server','2014-12-24') ,
|
( 'LABEL','ID_EMAIL_SERVER_RESULT_TESTING','en','Result Testing Email Server','2014-12-24') ,
|
||||||
|
|||||||
@@ -692,7 +692,7 @@ class EmailServer
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if ($this->checkIfIsDefault($emailServerUid)) {
|
if ($this->checkIfIsDefault($emailServerUid)) {
|
||||||
throw new Exception(G::LoadTranslation("ID_EMAIL_SERVER_IS_DEFAULT", array($fieldNameForException, $emailServerUid)));
|
throw new Exception(G::LoadTranslation("ID_EMAIL_SERVER_IS_DEFAULT"));
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
throw $e;
|
throw $e;
|
||||||
|
|||||||
Reference in New Issue
Block a user