Commit 342f0a2db55836a308b3fcf2678bc51cf8f4d434
1 parent
9a1ad6b5
Exists in
master
and in
1 other branch
Add TODO to issue tracker
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/models/issue_tracker.rb
... | ... | @@ -13,6 +13,7 @@ class IssueTracker |
13 | 13 | @tracker ||= |
14 | 14 | begin |
15 | 15 | klass = ErrbitPlugin::Registry.issue_trackers[self.type_tracker] || ErrbitPlugin::NoneIssueTracker |
16 | + # TODO: we need to find out a better way to pass those config to the issue tracker | |
16 | 17 | klass.new(options.merge(github_repo: app.github_repo, bitbucket_repo: app.bitbucket_repo)) |
17 | 18 | end |
18 | 19 | end | ... | ... |