mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = {
|
||||
model: 'List',
|
||||
columnName: 'list_id',
|
||||
},
|
||||
creatorUserId: {
|
||||
model: 'User',
|
||||
columnName: 'creator_user_id',
|
||||
},
|
||||
coverAttachmentId: {
|
||||
model: 'Attachment',
|
||||
columnName: 'cover_attachment_id',
|
||||
@@ -58,7 +62,7 @@ module.exports = {
|
||||
via: 'cardId',
|
||||
through: 'CardSubscription',
|
||||
},
|
||||
membershipUsers: {
|
||||
memberUsers: {
|
||||
collection: 'User',
|
||||
via: 'cardId',
|
||||
through: 'CardMembership',
|
||||
|
||||
Reference in New Issue
Block a user