File tree Expand file tree Collapse file tree 4 files changed +10
-36
lines changed Expand file tree Collapse file tree 4 files changed +10
-36
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 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
282Ext . override ( Rally . ui . gridboard . plugin . GridBoardFieldPicker , {
293 gridFieldBlackList : [
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments