Merge pull request #1285 from Alfresco/dev-mvitale-1174-focus

Rename report focus
This commit is contained in:
Mario Romano
2016-12-15 17:02:36 +00:00
committed by GitHub
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);