X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminContactsGroup.js;h=c248e6115b7dda2a1d25f9b386ea790531d5b160;hp=95f1d88c4aa8a727a8c9f2fdf5576d08d9ea44f8;hb=HEAD;hpb=9cc69726e2bf11f4ba3ef1bc88e9cded2b762f3f diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 95f1d88..c248e61 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -33,7 +33,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ fitContainer : true, fitToframe : true, region : 'west', - tableName : 'Groups', + tableName : 'core_group', title : _this._strings['a37ede293936e29279ed543129451ec3'] /* Groups */, listeners : { activate : function() { @@ -146,7 +146,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ listeners : { click : function() { - Pman.genericDelete(_this, 'Groups'); + Pman.genericDelete(_this, 'core_group'); } }, xns : Roo.menu,