mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 20:45:27 +02:00
feat: Add board activity log
This commit is contained in:
parent
777ff467f3
commit
86cfd155f2
72 changed files with 833 additions and 169 deletions
|
@ -295,7 +295,8 @@ export default class extends BaseModel {
|
|||
case ActionTypes.CARD_CREATE_HANDLE:
|
||||
case ActionTypes.COMMENTS_FETCH__SUCCESS:
|
||||
case ActionTypes.COMMENT_CREATE_HANDLE:
|
||||
case ActionTypes.ACTIVITIES_FETCH__SUCCESS:
|
||||
case ActionTypes.ACTIVITIES_IN_BOARD_FETCH__SUCCESS:
|
||||
case ActionTypes.ACTIVITIES_IN_CARD_FETCH__SUCCESS:
|
||||
case ActionTypes.NOTIFICATION_CREATE_HANDLE:
|
||||
payload.users.forEach((user) => {
|
||||
User.upsert(user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue