diff options
author | Cosmin Stroe <cstroe@users.sf.net> | 2016-04-22 17:28:08 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-04-22 18:28:08 -0400 |
commit | ba314a7a36eafc6412544515ebcde58479400e41 (patch) | |
tree | 0bbc22db898a9b5e17074ac583ffabf1cdf6d091 /modules/auth/repo_form.go | |
parent | 39356f423843bcd747bb21526d09bfe6114dde58 (diff) | |
download | gitea-ba314a7a36eafc6412544515ebcde58479400e41.tar.gz gitea-ba314a7a36eafc6412544515ebcde58479400e41.zip |
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
Diffstat (limited to 'modules/auth/repo_form.go')
-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 333f468a1c..aa74ab3b99 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -96,6 +96,7 @@ type RepoSettingForm struct { EnableIssues bool EnableExternalTracker bool TrackerURLFormat string + TrackerIssueStyle string EnablePulls bool } |