mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Allow creating label without name
This commit is contained in:
@@ -12,12 +12,13 @@ module.exports = {
|
||||
},
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true
|
||||
isNotEmptyString: true,
|
||||
allowNull: true
|
||||
},
|
||||
color: {
|
||||
type: 'string',
|
||||
isIn: Label.COLORS,
|
||||
allowNull: true
|
||||
required: true
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user