Ticket #734 (closed defect: fixed)
Build dropdown does not work / wrong links
| Reported by: | cweiske | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phpUnderControl | Version: | phpUnderControl 0.5.0 |
| Keywords: | Cc: | ||
| PHP Version: | 5.3-CVS |
Description
currently, headers.jsp contains:
<form method="GET" action="<%=request.getContextPath() %>" id="cc-build">
should be: <form method="GET" action="<%=request.getContextPath() %>/buildresults/<%=project %>" id="cc-build">
Change History
Note: See
TracTickets for help on using
tickets.
