HOR-1728
This commit is contained in:
@@ -1530,7 +1530,7 @@ Ext.onReady ( function() {
|
|||||||
|
|
||||||
if( rowSelected ) {
|
if( rowSelected ) {
|
||||||
if (Ext.getCmp('idTextareaReasonCasesList').getValue() === '') {
|
if (Ext.getCmp('idTextareaReasonCasesList').getValue() === '') {
|
||||||
Ext.Msg.alert(_('ID_ALERT'), _('ID_THE_REASON_REASSIGN_EMPTY'));
|
Ext.Msg.alert(_('ID_ALERT'), _('ID_CAN_NOT_BE_EMPTY', _('ID_REASON_REASSIGN')));
|
||||||
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