Skip to content

Commit f9b53f0

Browse files
committed
fix for failure to export children items
1 parent 1768968 commit f9b53f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/utils/hierarchy-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Ext.define('Rally.technicalservices.HierarchyLoader', {
7272
this.fireEvent('hierarchyloadartifactsloaded', type, args);
7373

7474
var portfolioItemTypePaths = _.map(this.portfolioItemTypes, function(type) {
75-
return type.get('TypePath');
75+
return type.get('TypePath').toLowerCase();
7676
}),
7777
portfolioItemOrdinal = _.indexOf(portfolioItemTypePaths, type);
7878

0 commit comments

Comments
 (0)