build fix

This commit is contained in:
Eugenio Romano
2018-08-09 14:15:45 +01:00
parent 6b8bd4685c
commit 163ff13000
3 changed files with 5 additions and 5 deletions

View File

@@ -25,8 +25,8 @@
"@angular/platform-browser": ">=5.1.1",
"@angular/platform-browser-dynamic": ">=5.1.1",
"@angular/router": ">=5.1.1",
"@mat-datetimepicker/core": "1.0.4",
"@mat-datetimepicker/moment": "1.0.4",
"@mat-datetimepicker/core": "2.0.1",
"@mat-datetimepicker/moment": "2.0.1",
"alfresco-js-api": "2.5.0-beta2",
"rxjs": ">=6.2.2",
"@ngx-translate/core": "^10.0.2",

View File

@@ -406,7 +406,7 @@ export class ViewerComponent implements OnChanges, OnInit, OnDestroy {
}
private getDisplayName(name) {
return this.displayName || name;
return name || this.displayName ;
}
scrollTop() {

View File

@@ -72,8 +72,8 @@
"@angular/platform-browser": "6.1.0",
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/router": "6.1.0",
"@mat-datetimepicker/core": "1.0.4",
"@mat-datetimepicker/moment": "1.0.4",
"@mat-datetimepicker/core": "2.0.1",
"@mat-datetimepicker/moment": "2.0.1",
"@ngx-translate/core": "10.0.2",
"@nrwl/schematics": "^1.0.3",
"@schematics/angular": "^0.6.8",