From be3a13a0d6e5ba00cf364db4fada77f9f77e3521 Mon Sep 17 00:00:00 2001 From: Rémy Boulanouar Date: Wed, 1 Feb 2017 02:53:48 +0100 Subject: Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. (#3646) --- modules/auth/repo_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 -- cgit v1.2.3