**Steps to reproduce:**
1. Phorge at `59428f64ca2c3e2f8e0fc1e85b0c3b4a7ec95ee0`
2. Go to http://phorge.localhost/project/edit/form/default/ and create new project `MyTestProject`
3. In the left sidebar, click `Workboard`
4. Click the `Create Workboard` button, while `Make Default` is enabled by default
5. Go to http://phorge.localhost/tag/MyTestProject
6. As expected, Workboard is shown instead of Profile, by redirecting to http://phorge.localhost/project/board/1/
7. In the left sidebar, click `Manage` and archive the project `MyTestProject`
8. Go to http://phorge.localhost/tag/MyTestProject
**Actual outcome:**
Workboard is shown:
{F2292324}
**Expected outcome:**
IMO it makes more sense to set the project Profile page as the default menu item when archiving a project, as it offers a red `Archived` indicator (and the description may provide pointers what happened if someone updated it after archiving), instead of looking at an (inactive) Workboard (or Members, or Subprojects, or Reports (if Facts application is installed), or whatever was manually set as default):
{F2292328}