From be02d91491975d34cdf5878f4faf9e978b047f91 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:14:29 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index a38f897..9b6db92 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -101,7 +101,7 @@ "*prop": "store", "remoteSort": true, "xtype": "Store", - "|sortInfo": "{ direction : 'ASC', field: 'id' }", + "|sortInfo": "{ direction : 'ASC', field: 'person_id_name' }", "|xns": "Roo.data", "items": [ { diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index c3b24c1..141b109 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -273,7 +273,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ } }, remoteSort : true, - sortInfo : { direction : 'ASC', field: 'id' }, + sortInfo : { direction : 'ASC', field: 'person_id_name' }, proxy : { xtype: 'HttpProxy', xns: Roo.data, -- 2.39.2