Fix the hard delete bug.
This commit is contained in:
parent
ff87ea8e39
commit
617d5df294
@ -438,6 +438,7 @@ func (this *MatterController) DeleteBatch(writer http.ResponseWriter, request *h
|
|||||||
panic(result.UNAUTHORIZED)
|
panic(result.UNAUTHORIZED)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
matters = append(matters, matter)
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, matter := range matters {
|
for _, matter := range matters {
|
||||||
|
Loading…
Reference in New Issue
Block a user