Skip to content

Commit 7bda403

Browse files
committed
fix(revert): revert change of PR #6376
1 parent e65507d commit 7bda403

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
18641864
* @hidden
18651865
*/
18661866
public get parentRowOutletDirective() {
1867-
return null;
1867+
return this.outletDirective;
18681868
}
18691869

18701870
/**

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,6 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseCompone
402402
public get outletDirective() {
403403
return this.rootGrid._outletDirective;
404404
}
405-
406-
/**
407-
* @hidden
408-
*/
409-
public get parentRowOutletDirective() {
410-
return this === this.rootGrid ? null : this.rootGrid.rowEditingOutletDirective;
411-
}
412-
413405
/**
414406
* @hidden
415407
*/

0 commit comments

Comments
 (0)