mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 17:23:27 +03:00
Add preferences tab to user settings, add subscribe to own cards option
This commit is contained in:
@@ -39,6 +39,7 @@ export default class extends Model {
|
||||
avatar: attr(),
|
||||
phone: attr(),
|
||||
organization: attr(),
|
||||
subscribeToOwnCards: attr(),
|
||||
deletedAt: attr(),
|
||||
isAdmin: attr({
|
||||
getDefault: () => false,
|
||||
|
||||
Reference in New Issue
Block a user