From 5d309ed0dc039bcfb4556c0fd270b0fcdd2b4f1e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:10:23 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 10 +++++----- Pman.Dialog.CoreNotifyRecur.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 61c5607b..9498514a 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -359,14 +359,14 @@ "|xns": "Roo.form", "items": [ { - "*prop": "store", - "xtype": "Store", - "|xns": "Roo.data", - "remoteSort": true, - "|sortInfo": "{ direction : 'ASC', field: 'id' }", "listeners": { "|beforeload": "function (_self, o){\n o.params = o.params || {};\n // set more here\n}\n" }, + "*prop": "store", + "remoteSort": true, + "xtype": "Store", + "|sortInfo": "{ direction : 'ASC', field: 'tz' }", + "|xns": "Roo.data", "items": [ { "*prop": "proxy", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 96c37d98..fb73aba1 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -450,14 +450,14 @@ Pman.Dialog.CoreNotifyRecur = { store : { xtype: 'Store', xns: Roo.data, - remoteSort : true, - sortInfo : { direction : 'ASC', field: 'id' }, listeners : { beforeload : function (_self, o){ o.params = o.params || {}; // set more here } }, + remoteSort : true, + sortInfo : { direction : 'ASC', field: 'tz' }, proxy : { xtype: 'HttpProxy', xns: Roo.data, -- 2.39.2