This commit is contained in:
parent
70e41a15b6
commit
ba0a510301
|
@ -2773,8 +2773,10 @@ func (s *Service) ApiUpdateZone(ctx *gin.Context, req *zoneproto.ApiUpdateReq) (
|
|||
return
|
||||
}
|
||||
|
||||
req.Zone.Profile = goproto.String(profile)
|
||||
s.CreateZoneTextAudit(ctx, oldZone, req.Zone)
|
||||
if profile != "" {
|
||||
req.Zone.Profile = goproto.String(profile)
|
||||
s.CreateZoneTextAudit(ctx, oldZone, req.Zone)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue