diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 09:37:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 09:37:13 +0100 |
commit | fc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b (patch) | |
tree | 826472b0f25062dd952359e395e48c960ccdf2df /modules | |
parent | 4a5faecd8f90b4849ab671051e832b3872818b0a (diff) | |
parent | 8dc49dc1149fccda2b4da63fa63d23f2b6260466 (diff) | |
download | gitea-fc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b.tar.gz gitea-fc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b.zip |
Merge pull request #41 from DblK/feature-issueTrackerLink
Allow user to set an external tracker url and forward to it
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auth/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 589997f151..238a10852c 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 |