Skip to content

Commit

Permalink
DE51872 Remove LBAPI Sort (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwd9 authored Aug 13, 2020
1 parent bad90a5 commit ac80844
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cycle-time-data-app/deploy/App.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<title>Cycle Time Data</title>
<!-- (c) 2016 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Thu Aug 13 2020 08:52:27 GMT-0400 (EDT) -->
<!-- Build Date: Thu Aug 13 2020 10:15:08 GMT-0400 (EDT) -->

<script type="text/javascript">
var APP_BUILD_DATE = "Thu Aug 13 2020 08:52:27 GMT-0400 (EDT)";
var APP_BUILD_DATE = "Thu Aug 13 2020 10:15:08 GMT-0400 (EDT)";
var BUILDER = "wds";
var CHECKSUM = 180169555720;
var CHECKSUM = 180187863287;
</script>

<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Expand Down Expand Up @@ -692,7 +692,7 @@ Ext.define('CArABU.technicalservices.CycleTimeDataStore',{
}
],
useHttpPost: this.USE_POST,
sorters: [],
sortConfig: {},
hydrate: this._getHydrateFields(),
compress: true,
removeUnauthorizedSnapshots: true
Expand Down
4 changes: 2 additions & 2 deletions cycle-time-data-app/deploy/Ugly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<title>Cycle Time Data</title>
<!-- (c) 2016 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Thu Aug 13 2020 08:54:59 GMT-0400 (EDT) -->
<!-- Build Date: Thu Aug 13 2020 10:15:10 GMT-0400 (EDT) -->

<script type="text/javascript">
var APP_BUILD_DATE = "Thu Aug 13 2020 08:54:59 GMT-0400 (EDT)";
var APP_BUILD_DATE = "Thu Aug 13 2020 10:15:10 GMT-0400 (EDT)";
var CHECKSUM = [%= checksum %];
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Ext.define('CArABU.technicalservices.CycleTimeDataStore',{
}
],
useHttpPost: this.USE_POST,
sorters: [],
sortConfig: {},
hydrate: this._getHydrateFields(),
compress: true,
removeUnauthorizedSnapshots: true
Expand Down
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": "cycle-time-data",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit ac80844

Please sign in to comment.