web: pass 2 migration
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -73,7 +73,7 @@ export class GroupListPage extends TablePage<Group> {
|
||||
.obj=${item}
|
||||
objectLabel=${t`Group`}
|
||||
.delete=${() => {
|
||||
return new CoreApi(DEFAULT_CONFIG).coreGroupsDelete({
|
||||
return new CoreApi(DEFAULT_CONFIG).coreGroupsDestroy({
|
||||
groupUuid: item.pk || ""
|
||||
});
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user