aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémy Boulanouar <rboulanouar@gmail.com>2017-02-01 02:53:48 +0100
committer无闻 <u@gogs.io>2017-01-31 20:53:48 -0500
commitbe3a13a0d6e5ba00cf364db4fada77f9f77e3521 (patch)
tree742780bb034e2175c94983e802ad9f937da88704 /modules
parentd293aa9ced0108b3342053c34ed9147de1c8f2af (diff)
Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. (#3646)
Diffstat (limited to 'modules')
-rw-r--r--modules/auth/repo_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 958bce7d..b357c3b3 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -96,6 +96,7 @@ type RepoSettingForm struct {
ExternalWikiURL string
EnableIssues bool
EnableExternalTracker bool
+ ExternalTrackerURL string
TrackerURLFormat string
TrackerIssueStyle string
EnablePulls bool