Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions deploy/App.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>Custom Grid with Deep Export</title>
<!-- (c) 2015 Rally Software Development Corp. All Rights Reserved. -->
<!-- Build Date: Tue May 01 2018 15:05:30 GMT-0600 (MDT) -->
<!-- Build Date: Fri May 18 2018 10:21:38 GMT-0600 (MDT) -->

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

<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Expand Down Expand Up @@ -899,6 +899,7 @@ Ext.define("custom-grid-with-deep-export", {
Ext.create('Rally.data.wsapi.TreeStoreBuilder').build({
models: this.modelNames,
enableHierarchy: true,
remoteSort: true,
fetch: fetch
}).then({
success: this._addGridboard,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is used by grunt",
"name": "custom-grid-with-deep-export",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down
1 change: 1 addition & 0 deletions src/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Ext.define("custom-grid-with-deep-export", {
Ext.create('Rally.data.wsapi.TreeStoreBuilder').build({
models: this.modelNames,
enableHierarchy: true,
remoteSort: true,
fetch: fetch
}).then({
success: this._addGridboard,
Expand Down