refactor(project_management): Update URL route name for ProjectMilestone model

ref: #833 #830
This commit is contained in:
2025-06-14 13:02:26 +09:30
parent c07b208a63
commit ff77aaac13
6 changed files with 12 additions and 12 deletions

View File

@ -95,7 +95,7 @@ A Model link is a reference to an item within the database. Supported model link
| organization| `$organization-<id>` |
| port| `$port-<id>` |
| project| `$project-<id>` |
| projectmilestone| `$-<id>` |
| projectmilestone| `$project_milestone-<id>` |
| projectstate| `$project_state-<id>` |
| projecttask| `$-<id>` |
| projecttype| `$-<id>` |