Rethink which Notification one can see #1641

Open
opened 2026-07-16 21:29:45 +02:00 by leuckeju · 1 comment
Member

currently (after !3945 is merged at least), we only show notifications for the current user.

Before, the code seemed to want to also display notifications for persons, the user can access (but this was done incorrectly).

We could think about maybe showing notifications for persons the current user can act as (using the core.may_act_as permission). In this case we would need to display the recipients in the notification list and rework the "mark all as read" button.

currently (after !3945 is merged at least), we only show notifications for the current user. Before, the code seemed to want to also display notifications for persons, the user can access (but this was done incorrectly). We could think about maybe showing notifications for persons the current user can act as (using the `core.may_act_as` permission). In this case we would need to display the recipients in the notification list and rework the "mark all as read" button.
Owner

The notification drawer should retrieve and display notifications for the current effective person (if permitted) and for nobody else.

The notification drawer should retrieve and display notifications for the current effective person (if permitted) and for nobody else.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core#1641
No description provided.