Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
IssueCreate: Fix do not create issue
Browse files Browse the repository at this point in the history
  • Loading branch information
insanehong committed Aug 19, 2014
1 parent 77407e5 commit 2abce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issue/partial_assignee.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
}

@if(issue.assignee != null && issue.assignee.user.isSiteManager() && !UserApp.currentUser().isSiteManager()) {
@if(issue != null && issue.assignee != null && issue.assignee.user.isSiteManager() && !UserApp.currentUser().isSiteManager()) {
@makeOptionTagWithFlag(issue.assignee.user, "selected")
}
</select>

0 comments on commit 2abce4d

Please sign in to comment.