Fix the display of project type for deleted projects (#31732)
Fix: #31727 After:  (cherry picked from commit 75d0b61546e00390afdd850149de525dd64336a5) Conflicts: options/locale/locale_en-US.ini trivial conflict & fix excessive uppercase to unify with the other translations
This commit is contained in:
parent
49eb831663
commit
c784a58740
4 changed files with 19 additions and 5 deletions
|
@ -1697,7 +1697,7 @@ func ViewIssue(ctx *context.Context) {
|
|||
}
|
||||
|
||||
ghostProject := &project_model.Project{
|
||||
ID: -1,
|
||||
ID: project_model.GhostProjectID,
|
||||
Title: ctx.Locale.TrString("repo.issues.deleted_project"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue