Skip to content

Commit 27c7037

Browse files
committed
move PreliminaryEstimate editor fix into ancestor in-line filter
1 parent bb57b3a commit 27c7037

File tree

4 files changed

+10
-36
lines changed

4 files changed

+10
-36
lines changed

deploy/Ugly.txt

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-grid-with-deep-export",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"scripts": {
55
"debug": "grunt debug",
66
"debug:watch": "nodemon --exec grunt debug",
@@ -9,7 +9,7 @@
99
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
1010
},
1111
"dependencies": {
12-
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.10",
12+
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.11",
1313
"@agile-central-technical-services/utils-shared-views": "^1.0.2"
1414
},
1515
"devDependencies": {

src/javascript/utils/overrides.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
// Fix the PreliminaryEstimate renderer to sort by value
2-
Rally.ui.renderer.GridEditorFactory.editorRenderers['PreliminaryEstimate'] = function(field) {
3-
return {
4-
xtype: 'rallyrecordcontexteditor',
5-
field: {
6-
xtype: 'rallycombobox',
7-
allowNoEntry: !field.required,
8-
editable: false,
9-
name: field.name,
10-
storeConfig: {
11-
autoLoad: true,
12-
model: field.name,
13-
remoteFilter: true,
14-
sorters: [{
15-
property: "Value"
16-
}],
17-
listeners: {
18-
load: function() {
19-
return;
20-
}
21-
}
22-
}
23-
}
24-
};
25-
};
26-
271
// Remove 'Actuals' from the blacklist
282
Ext.override(Rally.ui.gridboard.plugin.GridBoardFieldPicker, {
293
gridFieldBlackList: [

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@agile-central-technical-services/utils-ancestor-pi-inline-filter@^1.0.10":
6-
version "1.0.10"
7-
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-inline-filter/-/utils-ancestor-pi-inline-filter-1.0.10.tgz#1d7526d2ce796192c27e31266b33057a244306d9"
5+
"@agile-central-technical-services/utils-ancestor-pi-inline-filter@^1.0.11":
6+
version "1.0.11"
7+
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-inline-filter/-/utils-ancestor-pi-inline-filter-1.0.11.tgz#706d73bcc31eae70e6b29ad44c315a4170980ca6"
88

99
"@agile-central-technical-services/utils-shared-views@^1.0.2":
1010
version "1.0.2"

0 commit comments

Comments
 (0)