mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
Implementing add collaborator stuff.
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateRepositoryController extends CreateRepositoryControllerBase
|
||||
*/
|
||||
trait CreateRepositoryControllerBase extends ControllerBase { self: RepositoryService with WikiService =>
|
||||
|
||||
case class RepositoryCreationForm(name: String, description: String) // TODO Option
|
||||
case class RepositoryCreationForm(name: String, description: String) // TODO Option?
|
||||
|
||||
val form = mapping(
|
||||
"name" -> trim(label("Repository name", text(required, maxlength(40), repository))),
|
||||
|
||||
Reference in New Issue
Block a user