mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Add validation for label name and color.
This commit is contained in:
@@ -19,6 +19,8 @@ trait Validations {
|
||||
}
|
||||
}
|
||||
|
||||
def color = pattern("#[0-9a-fA-F]{6}")
|
||||
|
||||
/**
|
||||
* ValueType for the java.util.Date property.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user