Modify ↓
#4105 closed defect (worksforme)
Links of WebAdmin page have wrong link.
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | admin/web | Version: | devel |
| Severity: | major | Keywords: | webadmin link |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I tested it for trunk version of trac.
For example,
- My trac url is http://myserver/TestProject.
- timeline url is http://myserver/TestProject/timeline.
- roadmap url is http://myserver/TestProject/roadmap.
- but Links of admin page are http://myserver/admin/general/{logging,perm}…
Links of admin page don't have my project name field.
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 19 years ago
| Milestone: | 0.11 |
|---|
Note:
See TracTickets
for help on using tickets.



Check your
[trac] base_urlconfiguration setting. It now needs to be set.But yes, the links above could be fixed so that they are produced by the req.href.