X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEmail.js;h=fb2be9a743c5e9cba9a57497285d2eda7addcdbb;hp=d8361d6f59f92831176096f1648dd4772e908199;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=60c6ac574ce0a80a696089f04a45afed1ddd5770 diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index d8361d6f..fb2be9a7 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -151,7 +151,7 @@ Pman.Dialog.CoreEmail = { click : function (_self, e) { //_this.dialog.hide(); - + var id = _this.form.findField('id').getValue(); if(id*1 < 1){ @@ -676,10 +676,10 @@ Pman.Dialog.CoreEmail = { emptyText : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */, fieldLabel : _this._strings['68b00d723d37122f64da8d9939f836f0'] /* BCC Group */, forceSelection : true, - hiddenName : 'bcc_group', + hiddenName : 'bcc_group_id', loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2, - name : 'bcc_group_name', + name : 'bcc_group_id_name', pageSize : 25, qtip : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */, selectOnFocus : true, @@ -706,7 +706,7 @@ Pman.Dialog.CoreEmail = { proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Groups', + url : baseURL + '/Roo/Core_group', xns : Roo.data, '|xns' : 'Roo.data' }, @@ -1098,7 +1098,7 @@ Pman.Dialog.CoreEmail = { p.setValue(res.data); } } - }); + }); } }, @@ -1221,7 +1221,7 @@ Pman.Dialog.CoreEmail = { Pman.Dialog.Image.show( { id : 0, onid: id, ontable: ontable }, function() { _this.igrid.getDataSource().load({}); - }); + }); } }, xns : Roo.Toolbar,