1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Add clearfix and missing id property

This commit is contained in:
Maksim Eltyshev 2025-05-20 00:06:51 +02:00
parent 3b8bec5743
commit 5d53f44fe8
2 changed files with 7 additions and 1 deletions

View file

@ -144,7 +144,7 @@ module.exports = {
if (Action.INTERNAL_NOTIFIABLE_TYPES.includes(action.type)) {
if (Action.PERSONAL_NOTIFIABLE_TYPES.includes(action.type)) {
if (values.user !== action.data.user.id) {
if (values.user.id !== action.data.user.id) {
await sails.helpers.notifications.createOne.with({
values: {
action,