Ticket #964 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Incorrect redirect for one_box_per_builder

Reported by: markdoliner Owned by:
Priority: minor Milestone: 0.8.2
Version: 0.8.1 Keywords:
Cc:

Description

"The Latest Build for each builder is here" link on the Welcome page has a problem when the Welcome page is accessed in a subdirectory (e.g.  http://www.example.com/buildbot/). The link goes to /builders, but should go to /buildbot/builders.

Removing the leading slash from /builders on this line:  http://github.com/buildbot/buildbot/blob/master/master/buildbot/status/web/baseweb.py#L330 fixed the problem for me.

Change History

comment:1 Changed 3 years ago by markdoliner

Oh I guess this only affected us because we had an old templates/root.html with that old link, and we can just fix the link in that file.

comment:2 Changed 3 years ago by dustin

  • Type changed from undecided to defect
  • Milestone changed from undecided to 0.8.2

Thanks

comment:3 Changed 3 years ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

fix redirect for one_box_per_builder

Fixes #964

Changeset: f432cd7d8d15b656c9ea8513b75cb15c580a9fdb

Note: See TracTickets for help on using tickets.