Skip to content

Commit 80011a3

Browse files
authored
Merge pull request #6395 from IgniteUI/zkolev/revert-change-6376-82x
fix(revert): revert change of PR #6376
2 parents d924b3b + 358c7a9 commit 80011a3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
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
@@ -2072,7 +2072,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
20722072
* @hidden
20732073
*/
20742074
public get parentRowOutletDirective() {
2075-
return null;
2075+
return this.outletDirective;
20762076
}
20772077

20782078
/**

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,6 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseCompone
446446
return this.rootGrid._outletDirective;
447447
}
448448

449-
/**
450-
* @hidden
451-
*/
452-
public get parentRowOutletDirective() {
453-
return this === this.rootGrid ? null : this.rootGrid.rowEditingOutletDirective;
454-
}
455-
456449
/**
457450
* @hidden
458451
*/

0 commit comments

Comments
 (0)