We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1768968 commit f9b53f0Copy full SHA for f9b53f0
src/javascript/utils/hierarchy-loader.js
@@ -72,7 +72,7 @@ Ext.define('Rally.technicalservices.HierarchyLoader', {
72
this.fireEvent('hierarchyloadartifactsloaded', type, args);
73
74
var portfolioItemTypePaths = _.map(this.portfolioItemTypes, function(type) {
75
- return type.get('TypePath');
+ return type.get('TypePath').toLowerCase();
76
}),
77
portfolioItemOrdinal = _.indexOf(portfolioItemTypePaths, type);
78
0 commit comments