mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 17:23:21 +03:00
Add username to user
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = {
|
||||
inputs: {
|
||||
id: {
|
||||
type: 'json',
|
||||
custom: value => _.isString(value) || _.isArray(value),
|
||||
custom: (value) => _.isString(value) || _.isArray(value),
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user