mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
Enable task list after update issue
This commit is contained in:
@@ -233,7 +233,7 @@ trait IssuesControllerBase extends ControllerBase {
|
|||||||
org.json4s.jackson.Serialization.write(
|
org.json4s.jackson.Serialization.write(
|
||||||
Map("title" -> x.title,
|
Map("title" -> x.title,
|
||||||
"content" -> Markdown.toHtml(x.content getOrElse "No description given.",
|
"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
|
} else Unauthorized
|
||||||
|
|||||||
Reference in New Issue
Block a user