0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 03:14:21 +01:00
gitea/templates
Zettat123 7f790c70b9
Remove delete button for review comment (#23036)
Fix #23031.

Currently, only comments with type `CommentTypeComment` or
`CommentTypeCode` can be deleted. If user create a review comment, the
type of the comment will be `CommentTypeReview` so the comment cannot be
deleted.

e7be610d57/routers/web/repo/issue.go (L2860-L2868)

And in Github, user also cannot delete a review comment. There isn't a
delete button in the menu.

<img
src="https://user-images.githubusercontent.com/15528715/220275166-5ae2dc10-4003-4857-b14e-d7b02644345f.png"
width="640px" />

So we should remove the delete button from the menu when the comment's
type is `CommentTypeReview`.
2023-02-21 16:25:47 +08:00
..
admin
api/packages/pypi
base
code
custom
explore
mail
org Hide 2FA status from other members in organization members list (#22999) 2023-02-20 17:16:29 -06:00
package
projects
repo Remove delete button for review comment (#23036) 2023-02-21 16:25:47 +08:00
shared Fix no user listed in org teams page (#22979) 2023-02-19 12:57:49 +08:00
status
swagger Add scopes to API to create token and display them (#22989) 2023-02-20 15:28:44 -06:00
user Add scopes to API to create token and display them (#22989) 2023-02-20 15:28:44 -06:00
home.tmpl
install.tmpl
post-install.tmpl