mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix the display of project type for deleted projects (#31732)
Fix: #31727 After: 
This commit is contained in:
@@ -1676,7 +1676,7 @@ func ViewIssue(ctx *context.Context) {
|
||||
}
|
||||
|
||||
ghostProject := &project_model.Project{
|
||||
ID: -1,
|
||||
ID: project_model.GhostProjectID,
|
||||
Title: ctx.Locale.TrString("repo.issues.deleted_project"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user