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