Pman.Tab.AdminEmailTemplates.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 13 Oct 2015 04:52:01 +0000 (12:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Oct 2015 04:52:01 +0000 (12:52 +0800)
Pman.Tab.AdminEmailTemplates.js

Pman.Tab.AdminEmailTemplates.bjs
Pman.Tab.AdminEmailTemplates.js

index 46676a3..ab65bab 100644 (file)
@@ -84,7 +84,7 @@
            },
            "xtype" : "Store",
            "remoteSort" : true,
-           "$ sortInfo" : "{ field : 'id', direction: 'DESC' }",
+           "$ sortInfo" : "{ field : 'name', direction: 'DESC' }",
            "$ xns" : "Roo.data",
            "* prop" : "dataSource",
            "items" : [
index 756a58b..5c6f02a 100644 (file)
@@ -238,7 +238,7 @@ Pman.Tab.AdminEmailTemplates = new Roo.XComponent({
        },
        dataSource : {
         remoteSort : true,
-        sortInfo : { field : 'id', direction: 'DESC' },
+        sortInfo : { field : 'name', direction: 'DESC' },
         xns : Roo.data,
         '|xns' : 'Roo.data',
         xtype : 'Store',