mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
feat: 网站分组删除校验 (#377)
This commit is contained in:
parent
a56e5a8abe
commit
5d1fced8e9
@ -58,7 +58,7 @@ func (u *GroupService) Delete(id uint) error {
|
||||
}
|
||||
switch group.Type {
|
||||
case "website":
|
||||
websites, _ := websiteRepo.GetBy(commonRepo.WithByGroupID(id))
|
||||
websites, _ := websiteRepo.GetBy(websiteRepo.WithGroupID(id))
|
||||
if len(websites) > 0 {
|
||||
return buserr.New(constant.ErrGroupIsUsed)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user