From 7c372830cf4b24433fcbe116eacdefb89715a8ab Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 27 Oct 2017 12:41:51 -0400 Subject: [PATCH] HOR-4015 --- .../content/translations/english/processmaker.en.po | 12 ++++++------ workflow/engine/data/mssql/insert.sql | 2 +- workflow/engine/data/mysql/insert.sql | 2 +- workflow/engine/templates/cases/casesList.js | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 77407e7d8..acc70b281 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -1501,6 +1501,12 @@ msgstr "You cannot delete the default language" msgid "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 # LABEL/ID_EMAIL #: LABEL/ID_EMAIL @@ -2947,12 +2953,6 @@ msgstr "Process" msgid "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 # LABEL/ID_ALERT_MESSAGE #: LABEL/ID_ALERT_MESSAGE diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index 1e8ed9815..833d01f52 100644 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -2065,7 +2065,7 @@ SELECT 'LABEL','ID_REASON','en','Reason','2016-10-20' UNION ALL SELECT 'LABEL','ID_NOTIFY','en','Notify','2016-10-20' 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 SELECT 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15' UNION ALL diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 7e20648cd..3a67b75c1 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -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_REASON','en','Reason','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_GROUPS','en','Groups','2014-01-15') , ( 'LABEL','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') , diff --git a/workflow/engine/templates/cases/casesList.js b/workflow/engine/templates/cases/casesList.js index e686f1ff9..196e1f615 100644 --- a/workflow/engine/templates/cases/casesList.js +++ b/workflow/engine/templates/cases/casesList.js @@ -1516,7 +1516,7 @@ Ext.onReady ( function() { if( rowSelected ) { 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; } PMExt.confirm(_('ID_CONFIRM'), _('ID_REASSIGN_CONFIRM'), function(){