#1174 Rename report

This commit is contained in:
mauriziovitale84 2016-12-13 16:10:32 +00:00
parent 8993223a62
commit a12c370cc7
3 changed files with 6 additions and 2 deletions

View File

@ -21,3 +21,7 @@
.dropdown-widget__invalid .mdl-textfield__error {
visibility: visible !important;
}
.large {
font-size: 44px;
}

View File

@ -4,7 +4,7 @@
<div *ngIf="isEditable">
<input
type="text"
class="mdl-textfield__input"
class="mdl-textfield__input large"
id="reportName"
data-automation-id="reportName"
[value]="reportParameters.name"

View File

@ -178,7 +178,7 @@ export class AnalyticsService {
.catch(this.handleError);
}
updateReport(reportId: number, name: string): Observable<any> {
public updateReport(reportId: number, name: string): Observable<any> {
return Observable.fromPromise(this.apiService.getInstance().activiti.reportApi.updateReport(reportId, name))
.map((res: any) => {
console.log('upload');