Loading public/javascript/redmic/modules/browser/row/_Hierarchical.js +2 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,8 @@ define([ var idProperty = res.idProperty; if (idProperty === undefined || idProperty === null || idProperty === this.currentData[this.idProperty]) { if (idProperty === undefined || idProperty === null || (this.currentData && idProperty === this.currentData[this.idProperty])) { return true; } Loading Loading
public/javascript/redmic/modules/browser/row/_Hierarchical.js +2 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,8 @@ define([ var idProperty = res.idProperty; if (idProperty === undefined || idProperty === null || idProperty === this.currentData[this.idProperty]) { if (idProperty === undefined || idProperty === null || (this.currentData && idProperty === this.currentData[this.idProperty])) { return true; } Loading