Modify ↓
#2124 closed defect (fixed)
tracd shows doesn't show projects if the last part of the path is identical
Reported by: | anonymous | Owned by: | Matthew Good |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | web frontend/tracd | Version: | 0.9b1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When running multiple project with one tracd, the available projects page will only show the last project of the ones that have the same ending path.
So if you have /foo/bar/trac
and /bar/foo/trac
you will only see the second project.
Probably should just be a documentation issue, since the last part of the path is the way to differentiate between the URLs. I've added the comment to the docs, but it would be event better to get tracd generate an error or a warning.
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Component: | general → tracd |
---|---|
Priority: | normal → low |
Severity: | normal → minor |
Version: | 0.8.4 → 0.9b1 |
comment:2 by , 19 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
comment:3 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I'll add a simple warning message if conflicting projects are found.