svn: /web/doc-editor/trunk/js/ui/component/ PendingCommitGrid.js PendingPatchGrid.js PendingReviewGrid.js PendingTranslateGrid.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 29 Nov 2009 16:13:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291438
Log:
Sort by name
Changed paths:
U web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js
U web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js
U web/doc-editor/trunk/js/ui/component/PendingReviewGrid.js
U web/doc-editor/trunk/js/ui/component/PendingTranslateGrid.js
Modified: web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js 2009-11-29 16:01:35 UTC (rev 291437)
+++ web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js 2009-11-29 16:13:03 UTC (rev 291438)
@@ -36,7 +36,7 @@
])
),
sortInfo : {
- field : 'path',
+ field : 'name',
direction : "ASC"
},
groupField : 'path',
@@ -539,4 +539,4 @@
ui.component._PendingCommitGrid.instance = new ui.component.PendingCommitGrid(config);
}
return ui.component._PendingCommitGrid.instance;
-};
\ No newline at end of file
+};
Modified: web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2009-11-29 16:01:35 UTC (rev 291437)
+++ web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2009-11-29 16:13:03 UTC (rev 291438)
@@ -36,7 +36,7 @@
])
),
sortInfo : {
- field : 'path',
+ field : 'name',
direction : "ASC"
},
groupField : 'path',
Modified: web/doc-editor/trunk/js/ui/component/PendingReviewGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingReviewGrid.js 2009-11-29 16:01:35 UTC (rev 291437)
+++ web/doc-editor/trunk/js/ui/component/PendingReviewGrid.js 2009-11-29 16:13:03 UTC (rev 291438)
@@ -34,7 +34,7 @@
])
),
sortInfo : {
- field : 'path',
+ field : 'name',
direction : "ASC"
},
groupField : 'path',
Modified: web/doc-editor/trunk/js/ui/component/PendingTranslateGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingTranslateGrid.js 2009-11-29 16:01:35 UTC (rev 291437)
+++ web/doc-editor/trunk/js/ui/component/PendingTranslateGrid.js 2009-11-29 16:13:03 UTC (rev 291438)
@@ -26,7 +26,7 @@
])
),
sortInfo : {
- field : 'path',
+ field : 'name',
direction : "ASC"
},
groupField : 'path',
@@ -244,4 +244,4 @@
ui.component._PendingTranslateGrid.instance = new ui.component.PendingTranslateGrid(config);
}
return ui.component._PendingTranslateGrid.instance;
-};
\ No newline at end of file
+};