#fix focus

This commit is contained in:
mauriziovitale84
2016-12-15 15:45:47 +00:00
parent 5baa124699
commit 1e80980463
3 changed files with 32 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges {
}
ngOnChanges(changes: SimpleChanges) {
this.isEditable = false;
let reportId = changes['reportId'];
if (reportId && reportId.currentValue) {
this.getReportParams(reportId.currentValue);