Skip to content

Commit 237e285

Browse files
authored
Merge pull request #9 from RallyCommunity/fix_sorting
Fix sorting to be remote
2 parents 094679c + 56061cf commit 237e285

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

deploy/App.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<title>Custom Grid with Deep Export</title>
55
<!-- (c) 2015 Rally Software Development Corp. All Rights Reserved. -->
6-
<!-- Build Date: Tue May 01 2018 15:05:30 GMT-0600 (MDT) -->
6+
<!-- Build Date: Fri May 18 2018 10:21:38 GMT-0600 (MDT) -->
77

88
<script type="text/javascript">
9-
var APP_BUILD_DATE = "Tue May 01 2018 15:05:30 GMT-0600 (MDT)";
10-
var CHECKSUM = 34208422465;
9+
var APP_BUILD_DATE = "Fri May 18 2018 10:21:38 GMT-0600 (MDT)";
10+
var CHECKSUM = 34251012870;
1111
</script>
1212

1313
<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
@@ -899,6 +899,7 @@ Ext.define("custom-grid-with-deep-export", {
899899
Ext.create('Rally.data.wsapi.TreeStoreBuilder').build({
900900
models: this.modelNames,
901901
enableHierarchy: true,
902+
remoteSort: true,
902903
fetch: fetch
903904
}).then({
904905
success: this._addGridboard,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_comment": "This file is used by grunt",
33
"name": "custom-grid-with-deep-export",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"dependencies": {},
66
"devDependencies": {
77
"grunt": "~0.4.1",

src/javascript/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Ext.define("custom-grid-with-deep-export", {
5151
Ext.create('Rally.data.wsapi.TreeStoreBuilder').build({
5252
models: this.modelNames,
5353
enableHierarchy: true,
54+
remoteSort: true,
5455
fetch: fetch
5556
}).then({
5657
success: this._addGridboard,

0 commit comments

Comments
 (0)