mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
(refs #341) Migrate service package.
This commit is contained in:
@@ -21,7 +21,7 @@ trait MilestoneComponent extends TemplateComponent { self: Profile =>
|
||||
case class Milestone(
|
||||
userName: String,
|
||||
repositoryName: String,
|
||||
milestoneId: Int,
|
||||
milestoneId: Int = 0,
|
||||
title: String,
|
||||
description: Option[String],
|
||||
dueDate: Option[java.util.Date],
|
||||
|
||||
Reference in New Issue
Block a user