feat(project_management): Add notes tab to Project Milestone details page

ref: #525 #542
This commit is contained in:
2025-02-09 19:45:11 +09:30
parent 80db9022b7
commit b17bc5af75

View File

@ -104,6 +104,11 @@ class ProjectMilestone(ProjectCommonFieldsName):
# }
],
},
{
"name": "Notes",
"slug": "notes",
"sections": []
},
]