Enable task list after update issue

This commit is contained in:
Naoki Takezoe
2015-09-22 03:06:22 +09:00
parent e1c155d09d
commit 2402a3ac72

View File

@@ -233,7 +233,7 @@ trait IssuesControllerBase extends ControllerBase {
org.json4s.jackson.Serialization.write(
Map("title" -> x.title,
"content" -> Markdown.toHtml(x.content getOrElse "No description given.",
repository, false, true, true, isEditable(x.userName, x.repositoryName, x.openedUserName))
repository, false, true, true, true, isEditable(x.userName, x.repositoryName, x.openedUserName))
))
}
} else Unauthorized