Skip to content

Commit c66f64e

Browse files
authored
Merge pull request #495 from STAPLE-verse/485-overall-task-page-not-showing-comments-notification
add a note about when you should see comment notifications
2 parents 37ac851 + d4b6002 commit c66f64e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/tasks/components/AllTaskList.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ export const AllTasksList = () => {
5858
<Card title="">
5959
<div className="overflow-y-auto">
6060
<Table columns={AllTasksColumns} data={processedTasks} addPagination={true} />
61+
<span className="italic">
62+
Note: This list only shows comment notifications for tasks that are explicitly assigned to
63+
you. If you are a project manager but not assigned to a task, you will not see its comment
64+
notifications here. Those comments will appear on the main dashboard and project task page
65+
instead.
66+
</span>
6167
</div>
6268
</Card>
6369
)

0 commit comments

Comments
 (0)