looking for wrong seperator
[Pman.Core] / Pman.Dialog.CoreEmail.js
index d8361d6..fb2be9a 100644 (file)
@@ -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);
                              }\r
                          }\r
-                     });  
+                     });
                      
                  }
                },
@@ -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,