mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 00:17:19 +00:00
Merge branch 'fixes-for-ui' of github.com:RafaySystems/rcloud-base into fixes-for-ui
This commit is contained in:
@@ -87,6 +87,10 @@ func GetProjectGroupRoles(ctx context.Context, db bun.IDB, id uuid.UUID) ([]*use
|
||||
Join(`JOIN authsrv_group ON authsrv_group.id=authsrv_projectgroupnamespacerole.group_id`). // also need a namespace join
|
||||
Where("authsrv_projectgroupnamespacerole.project_id = ?", id).
|
||||
Scan(ctx, &pnr)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return append(pr, pnr...), err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user