tech-debt: Remove deprecated Issue.Ref field (RemoveIssueRef) #307

Closed
opened 2026-05-31 14:08:49 +00:00 by jmiller · 0 comments
Owner

Summary

Multiple TODO comments across the codebase reference removing the deprecated Issue.Ref field. This was planned for removal in Gitea 1.24 or 1.25.

Locations

  • templates/repo/issue/branch_selector_field.tmpl:1
  • templates/shared/issuelist.tmpl:85
  • templates/repo/issue/new_form.tmpl:50
  • templates/repo/issue/view_content/sidebar.tmpl:2
  • models/issues/issue.go:84
  • web_src/js/features/repo-issue-sidebar.ts:13

Action Required

Remove the Issue.Ref field from the model and all template/JS references to it.


Created by Claude Opus 4.6

## Summary Multiple TODO comments across the codebase reference removing the deprecated Issue.Ref field. This was planned for removal in Gitea 1.24 or 1.25. ## Locations - templates/repo/issue/branch_selector_field.tmpl:1 - templates/shared/issuelist.tmpl:85 - templates/repo/issue/new_form.tmpl:50 - templates/repo/issue/view_content/sidebar.tmpl:2 - models/issues/issue.go:84 - web_src/js/features/repo-issue-sidebar.ts:13 ## Action Required Remove the Issue.Ref field from the model and all template/JS references to it. --- *Created by Claude Opus 4.6*
jmiller added the tech-debtupstream labels 2026-05-31 14:08:49 +00:00
Sign in to join this conversation.
No labels tech-debt upstream
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#307