YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal

This commit is contained in:
Szilard Nemeth 2020-02-13 16:28:51 +01:00
parent a98352ced1
commit da99ac7e93

View File

@ -75,7 +75,7 @@ export default Ember.Controller.extend({
) { ) {
let historyContainers = []; let historyContainers = [];
historyProvider.get("content").forEach(function(o) { historyProvider.get("content").forEach(function(o) {
if(!containerIdArr[o[fieldName]])) { if(!containerIdArr[o[fieldName]]) {
historyContainers.push(o); historyContainers.push(o);
} }
}.bind(this)); }.bind(this));