mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
Add preferences tab to user settings, add subscribe to own cards option
This commit is contained in:
parent
9b4e3931a9
commit
88314e826d
13 changed files with 96 additions and 2 deletions
|
@ -52,6 +52,11 @@ module.exports = {
|
|||
isNotEmptyString: true,
|
||||
allowNull: true,
|
||||
},
|
||||
subscribeToOwnCards: {
|
||||
type: 'boolean',
|
||||
defaultsTo: false,
|
||||
columnName: 'subscribe_to_own_cards',
|
||||
},
|
||||
deletedAt: {
|
||||
type: 'ref',
|
||||
columnName: 'deleted_at',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue