Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/tasks/components/AllTaskList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ export const AllTasksList = () => {
<Card title="">
<div className="overflow-y-auto">
<Table columns={AllTasksColumns} data={processedTasks} addPagination={true} />
<span className="italic">
Note: This list only shows comment notifications for tasks that are explicitly assigned to
you. If you are a project manager but not assigned to a task, you will not see its comment
notifications here. Those comments will appear on the main dashboard and project task page
instead.
</span>
</div>
</Card>
)
Expand Down