mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Analytics - Add a property to hide the analytics parameters component (#1635)
* Add a property to hide the analytics parameters component Improve the save/delete/export icons * Add documentations
This commit is contained in:
committed by
Mario Romano
parent
7ee97efdca
commit
e3ce65880f
@@ -119,6 +119,7 @@
|
||||
<activiti-analytics *ngIf="report"
|
||||
[appId]="appId"
|
||||
[reportId]="report.id"
|
||||
[hideParameters]="false"
|
||||
(editReport)="onEditReport($event)"
|
||||
(reportSaved)="onReportSaved()"
|
||||
(reportDeleted)="onReportDeleted()">
|
||||
|
Reference in New Issue
Block a user