mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -71,10 +71,15 @@ module.exports = {
|
||||
// ╠═╣╚═╗╚═╗║ ║║ ║╠═╣ ║ ║║ ║║║║╚═╗
|
||||
// ╩ ╩╚═╝╚═╝╚═╝╚═╝╩╩ ╩ ╩ ╩╚═╝╝╚╝╚═╝
|
||||
|
||||
membershipProjects: {
|
||||
managerProjects: {
|
||||
collection: 'Project',
|
||||
via: 'userId',
|
||||
through: 'ProjectMembership',
|
||||
through: 'ProjectManager',
|
||||
},
|
||||
membershipBoards: {
|
||||
collection: 'Board',
|
||||
via: 'userId',
|
||||
through: 'BoardMembership',
|
||||
},
|
||||
subscriptionCards: {
|
||||
collection: 'Card',
|
||||
|
||||
Reference in New Issue
Block a user