mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 20:37:27 +02:00
Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. (#3646)
This commit is contained in:
@@ -96,6 +96,7 @@ type RepoSettingForm struct {
|
||||
ExternalWikiURL string
|
||||
EnableIssues bool
|
||||
EnableExternalTracker bool
|
||||
ExternalTrackerURL string
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
|
||||
Reference in New Issue
Block a user