mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 15:19:44 +02:00
Allow creating label without name
This commit is contained in:
parent
b9d4024957
commit
4911816734
9 changed files with 31 additions and 51 deletions
|
@ -28,12 +28,13 @@ module.exports = {
|
|||
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true
|
||||
isNotEmptyString: true,
|
||||
allowNull: true
|
||||
},
|
||||
color: {
|
||||
type: 'string',
|
||||
isIn: COLORS,
|
||||
allowNull: true
|
||||
required: true
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue