mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 07:09:44 +02:00
Add preferences tab to user settings, add subscribe to own cards option
This commit is contained in:
parent
f3e0cadca6
commit
6a82448dc7
13 changed files with 96 additions and 2 deletions
|
@ -39,6 +39,7 @@ export default class extends Model {
|
|||
avatar: attr(),
|
||||
phone: attr(),
|
||||
organization: attr(),
|
||||
subscribeToOwnCards: attr(),
|
||||
deletedAt: attr(),
|
||||
isAdmin: attr({
|
||||
getDefault: () => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue