mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -45,21 +45,21 @@ export class AnalyticsComponent implements OnChanges {
|
||||
@Output()
|
||||
reportDeleted = new EventEmitter();
|
||||
|
||||
@ViewChild('analyticsgenerator')
|
||||
analyticsgenerator: AnalyticsGeneratorComponent;
|
||||
@ViewChild('analyticsGenerator')
|
||||
analyticsGenerator: AnalyticsGeneratorComponent;
|
||||
|
||||
reportParamQuery: ReportQuery;
|
||||
|
||||
ngOnChanges(changes: SimpleChanges) {
|
||||
this.analyticsgenerator.reset();
|
||||
this.analyticsGenerator.reset();
|
||||
}
|
||||
|
||||
public showReport($event) {
|
||||
this.analyticsgenerator.generateReport(this.reportId, $event);
|
||||
this.analyticsGenerator.generateReport(this.reportId, $event);
|
||||
}
|
||||
|
||||
public reset() {
|
||||
this.analyticsgenerator.reset();
|
||||
this.analyticsGenerator.reset();
|
||||
}
|
||||
|
||||
public onEditReport(name: string) {
|
||||
|
Reference in New Issue
Block a user