YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal
This commit is contained in:
parent
a98352ced1
commit
da99ac7e93
|
@ -75,7 +75,7 @@ export default Ember.Controller.extend({
|
|||
) {
|
||||
let historyContainers = [];
|
||||
historyProvider.get("content").forEach(function(o) {
|
||||
if(!containerIdArr[o[fieldName]])) {
|
||||
if(!containerIdArr[o[fieldName]]) {
|
||||
historyContainers.push(o);
|
||||
}
|
||||
}.bind(this));
|
||||
|
|
Loading…
Reference in New Issue