Merge branch 'feature/SUPPORT-9512' into develop
This commit is contained in:
commit
1453272c69
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export class LinkClickHandler extends Behavior {
|
||||||
private el: ElementRef;
|
private el: ElementRef;
|
||||||
|
|
||||||
initialize() {
|
initialize() {
|
||||||
|
this.auditService = this.injector.get(AuditService);
|
||||||
this.control = this.getScript(Control);
|
this.control = this.getScript(Control);
|
||||||
this.el = this.control.getEl();
|
this.el = this.control.getEl();
|
||||||
super.initialize();
|
super.initialize();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue