Merge branch 'feature-publishLog-daiyb' into dev
This commit is contained in:
commit
a05db8a479
@ -1018,6 +1018,8 @@ func RePublish(ctx *gin.Context) {
|
||||
req.PublishSource = cast.PublishSourceENUM_RePublishType_MANUAL
|
||||
}
|
||||
newCtx := NewCtxWithUserInfo(ctx)
|
||||
service.Success(ctx, req) //FIXME
|
||||
return
|
||||
err = republishCore(ctx, newCtx, req)
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user