Skip to content
Snippets Groups Projects
Commit 085e1cdc authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #17436 TIME 0:10 unlink user from group

parent 8f93087a
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ export class UserComponent implements OnInit {
{
text: this.translate.instant('lang.yes'),
handler: () => {
this.http.delete(`../rest/user/${this.user.id}/group/${groupId}/unlinkgroup`)
this.http.delete(`../rest/groups/${groupId}/users/${this.user.id}`, {})
.pipe(
finalize(() => this.loading = false)
)
......
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