HOR-4015
This commit is contained in:
@@ -1501,6 +1501,12 @@ msgstr "You cannot delete the default language"
|
|||||||
msgid "Please select a .po file"
|
msgid "Please select a .po file"
|
||||||
msgstr "Please select a .po file"
|
msgstr "Please select a .po file"
|
||||||
|
|
||||||
|
# TRANSLATION
|
||||||
|
# LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
|
||||||
|
#: LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
|
||||||
|
msgid "Please complete the reassign reason."
|
||||||
|
msgstr "Please complete the reassign reason."
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_EMAIL
|
# LABEL/ID_EMAIL
|
||||||
#: LABEL/ID_EMAIL
|
#: LABEL/ID_EMAIL
|
||||||
@@ -2947,12 +2953,6 @@ msgstr "Process"
|
|||||||
msgid "Reassign Cases"
|
msgid "Reassign Cases"
|
||||||
msgstr "Reassign Cases"
|
msgstr "Reassign Cases"
|
||||||
|
|
||||||
# TRANSLATION
|
|
||||||
# LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
|
|
||||||
#: LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
|
|
||||||
msgid "Please complete the reassign reason."
|
|
||||||
msgstr "Please complete the reassign reason."
|
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_ALERT_MESSAGE
|
# LABEL/ID_ALERT_MESSAGE
|
||||||
#: LABEL/ID_ALERT_MESSAGE
|
#: LABEL/ID_ALERT_MESSAGE
|
||||||
|
|||||||
@@ -2065,7 +2065,7 @@ SELECT 'LABEL','ID_REASON','en','Reason','2016-10-20'
|
|||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT 'LABEL','ID_NOTIFY','en','Notify','2016-10-20'
|
SELECT 'LABEL','ID_NOTIFY','en','Notify','2016-10-20'
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT 'JAVASCRIPT','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20'
|
SELECT 'LABEL','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20'
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15'
|
SELECT 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15'
|
||||||
UNION ALL
|
UNION ALL
|
||||||
|
|||||||
@@ -1757,7 +1757,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
|||||||
( 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15') ,
|
( 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15') ,
|
||||||
( 'LABEL','ID_REASON','en','Reason','2016-10-20') ,
|
( 'LABEL','ID_REASON','en','Reason','2016-10-20') ,
|
||||||
( 'LABEL','ID_NOTIFY','en','Notify','2016-10-20') ,
|
( 'LABEL','ID_NOTIFY','en','Notify','2016-10-20') ,
|
||||||
( 'JAVASCRIPT','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20') ,
|
( 'LABEL','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20') ,
|
||||||
( 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15') ,
|
( 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15') ,
|
||||||
( 'LABEL','ID_GROUPS','en','Groups','2014-01-15') ,
|
( 'LABEL','ID_GROUPS','en','Groups','2014-01-15') ,
|
||||||
( 'LABEL','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') ,
|
( 'LABEL','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') ,
|
||||||
|
|||||||
@@ -1516,7 +1516,7 @@ Ext.onReady ( function() {
|
|||||||
|
|
||||||
if( rowSelected ) {
|
if( rowSelected ) {
|
||||||
if (Ext.getCmp('idTextareaReasonCasesList').getValue() === '') {
|
if (Ext.getCmp('idTextareaReasonCasesList').getValue() === '') {
|
||||||
Ext.Msg.alert(_('ID_ALERT'), _('ID_CAN_NOT_BE_EMPTY', _('ID_REASON_REASSIGN')));
|
Ext.Msg.alert(_('ID_ALERT'), _('ID_THE_REASON_REASSIGN_USER_EMPTY'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PMExt.confirm(_('ID_CONFIRM'), _('ID_REASSIGN_CONFIRM'), function(){
|
PMExt.confirm(_('ID_CONFIRM'), _('ID_REASSIGN_CONFIRM'), function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user