mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user