Pman.Tab.PersonList.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:22:51 +0000 (11:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:22:51 +0000 (11:22 +0800)
Pman.Tab.PersonList.js

index f253d6e..6e2e61d 100644 (file)
@@ -562,7 +562,7 @@ Pman.Tab.PersonList.prototype = {
     c_name : function(cfg) {
         cfg = cfg || {};
         return Roo.apply({
-            id : this.id + '-name',
+            id : (this.id + '-name').toLowerCase(),
             header : "Name",
             dataIndex : 'name',
             sortable : true,