mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
[GITEA] Add anchor to review types
- The review type '22' is a general comment type that is attached to single codecomments, reviews with multiple comments or to simple approve and request changes comment. This comment can be used to create a link towards this action on an pull request. - Adds an anchor to the review comment type, so that when its getting linked to it, it actually jumps towards that event. - This also now fixes the behavior that after you created a review you will be redirected to that review and because this is an general comment type other mails will also be 'fixed' such as the approved or request changes. - Resolves https://codeberg.org/forgejo/forgejo/issues/1248 (cherry picked from commitb0c3075a79
) (cherry picked from commitf61505281c
) (cherry picked from commit1741a5f1fe
) (cherry picked from commit5ee4cf2ed9
) (cherry picked from commit601f00e530
) (cherry picked from commit9ce8aa57fb
) (cherry picked from commit854b5a1379
)
This commit is contained in:
parent
2c600ddb2c
commit
96fbeb4416
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@
|
|||
{{end}}
|
||||
</div>
|
||||
{{else if eq .Type 22}}
|
||||
<div class="timeline-item-group">
|
||||
<div class="timeline-item-group" id="{{.HashTag}}">
|
||||
<div class="timeline-item event">
|
||||
{{if .OriginalAuthor}}
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in a new issue