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

FIX #17436 TIME 0:10 send selected group ids

parent 395e9b6d
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,7 @@ export class GroupComponent implements OnInit {
const objTosend: any = {
checked: privilege.checked,
parameters: {
authorized: this.groups
authorized: this.groups.filter((element: any) => element.checked).map((item: any) => item.id)
}
};
if (privilege.id !== 'manage_users') {
......
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