mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 04:10:20 +08:00
feat: complete group tree (#1967)
* feat: complete group tree * feat: ui * fix: i18n * refactor code * fix: support remove user from group * fix: format code * Update organization.go * Update organization.go * Update user_group.go --------- Co-authored-by: hsluoyz <hsluoyz@qq.com>
This commit is contained in:
@ -143,5 +143,6 @@ func (c *ApiController) DeleteGroup() {
|
||||
return
|
||||
}
|
||||
|
||||
c.ResponseOk(wrapActionResponse(object.DeleteGroup(&group)))
|
||||
c.Data["json"] = wrapActionResponse(object.DeleteGroup(&group))
|
||||
c.ServeJSON()
|
||||
}
|
||||
|
Reference in New Issue
Block a user