Skip to content
Snippets Groups Projects
Commit efb61cb3 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13664 TIME 0:05 fix admin alfresco

parent 4ab1b972
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ export class AlfrescoAdministrationComponent implements OnInit {
}
checkAccount() {
this.http.post(`../rest/alfresco/checkAccounts`, { login: this.alfresco.account.id, password: this.alfresco.account.password }).pipe(
this.http.post(`../rest/alfresco/checkAccounts`, { login: this.alfresco.account.id, password: this.alfresco.account.password, nodeId : this.alfresco.rootFolder }).pipe(
tap(() => {
this.notify.success(this.lang.testSucceeded);
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment