Upgrade to latest ADF (alpha) (#361)

* upgrade libs

* update libs

* upgrade page title management

* restore app config

* use 'title' property

* update libs

* disble cypress

* update libs

* disable irrelevant tests
This commit is contained in:
Denys Vuika
2018-05-21 12:27:12 +01:00
committed by GitHub
parent 829b421108
commit b78f97c79d
6 changed files with 39 additions and 46 deletions

View File

@@ -78,7 +78,7 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
const { route, contentManagementService, contentService, nodeActionsService, uploadService } = this;
const { data } = route.snapshot;
this.title = data.i18nTitle;
this.title = data.title;
route.params.subscribe(({ folderId }: Params) => {
const nodeId = folderId || data.defaultNodeId;