Fix selecting items in the communication list
This commit is contained in:
parent
387be40076
commit
dc2fee3a9d
4 changed files with 41 additions and 39 deletions
|
|
@ -98,7 +98,8 @@ func (res *communicationR) List(ctx context.Context, r *http.Request, user platf
|
|||
return result, nil
|
||||
}
|
||||
|
||||
type communicationMarkRequest struct {}
|
||||
type communicationMarkRequest struct{}
|
||||
|
||||
func (res *communicationR) MarkInvalid(ctx context.Context, r *http.Request, user platform.User, cmr communicationMarkRequest) (communication, *nhttp.ErrorWithStatus) {
|
||||
return res.markReport(ctx, r, user, platform.CommunicationMarkInvalid)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue