From: Edward Date: Wed, 28 Jan 2015 05:23:44 +0000 (+0800) Subject: Pman.Tab.GroupsList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b244c05ae40c6637c33f05fb95f313d65cbb5fc5 Pman.Tab.GroupsList.js --- diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 702175c5..3b166019 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -306,7 +306,7 @@ Pman.Tab.GroupsList.prototype = { Ext.MessageBox.alert("Error", "You can not rename that group"); return; } - if (s.data.id < 1) { + if (s[0].data.id < 1) { Ext.MessageBox.alert("Error", "You can not rename that group"); return; }