From b244c05ae40c6637c33f05fb95f313d65cbb5fc5 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 28 Jan 2015 13:23:44 +0800 Subject: [PATCH] Pman.Tab.GroupsList.js --- Pman.Tab.GroupsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2