mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 05:27:20 +00:00
Add same changes from issues page to milestone->issues page (#6328)
This commit is contained in:
committed by
techknowlogick
parent
583968f274
commit
c55bdca562
@ -635,7 +635,7 @@ func RegisterRoutes(m *macaron.Macaron) {
|
||||
}, context.RepoMustNotBeArchived(), reqRepoIssuesOrPullsWriter, context.RepoRef())
|
||||
m.Group("/milestone", func() {
|
||||
m.Get("/:id", repo.MilestoneIssuesAndPulls)
|
||||
}, reqRepoIssuesOrPullsWriter, context.RepoRef())
|
||||
}, reqRepoIssuesOrPullsReader, context.RepoRef())
|
||||
m.Combo("/compare/*", context.RepoMustNotBeArchived(), reqRepoCodeReader, reqRepoPullsReader, repo.MustAllowPulls, repo.SetEditorconfigIfExists).
|
||||
Get(repo.SetDiffViewStyle, repo.CompareAndPullRequest).
|
||||
Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost)
|
||||
|
Reference in New Issue
Block a user