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

Commit

Permalink
Merge branch 'fix/do-not-create-issue' of dlab/hive
Browse files Browse the repository at this point in the history
from pull-request 1310

* refs/heads/fix/do-not-create-issue:
  IssueCreate: Fix do not create issue

Reviewed-by: 이응준 <eungjun.yi@navercorp.com>
  • Loading branch information
이응준 committed Aug 19, 2014
2 parents 77407e5 + 2abce4d commit b99afce
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 b99afce

Please sign in to comment.