Ticket #734 (closed defect: fixed)

Opened 17 months ago

Last modified 6 months ago

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

Changed 7 months ago by mattis

Same problem here, fixed with cweiske's suggestion

Changed 6 months ago by mapi

  • status changed from new to closed
  • resolution set to fixed

Fixed in branch  ticket-734,

Note: See TracTickets for help on using tickets.