Task Detail
-
I didn't create TaskNoteView, but added sort function to ProjectTaskDetailView to sort task activities list. Then I have to call the function in _AddTaskNote and _TaskDetail. It is working great.
10/17/2024 21:37:23 -
Need to do: create TaskNoteView. Query note using a task id. Return the view to the partial view.
10/17/2024 20:54:48 -
Move the code to _AddTaskNote partial view, so that I can return a new ProjectTaskDetailView for re-rendering the notes.
10/17/2024 20:48:02