mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +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,
|
||||
},
|
||||
withProjectMemberships: {
|
||||
|
||||
Reference in New Issue
Block a user