Skip to content

Commit 6833ad3

Browse files
committed
Fix calling option of organization
1 parent ca10019 commit 6833ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/javascripts/minutes.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ setupIssueForm = (options) ->
539539
issue =
540540
title: param[0].value
541541
body: param[1].value
542-
projects: "#{organization}/1"
542+
projects: "#{options.organization}/1"
543543
# labels: "" # FIXME
544544
# assignee: minute.screen_name # FIXME
545545
newGithubIssue("#{options.organization}/#{param[2].value}", issue)

0 commit comments

Comments
 (0)