Opened 18 years ago

Closed 18 years ago

#218 closed defect (fixed)

Edit experiment goes to new experiment

Reported by: nicklas (mail from Longfei Yu <lyu@… Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.0 RC2
Component: web Version:
Keywords: Cc:

Description

I have noticed there is a little bug about editing the experiment. In view_experiment.jsp function editItem() {

Main.viewOrEditItem('<%=ID%>',

'<%=itemType.name()%>', 0, true); } When I clicked the edit, it always goes to "new experiment", after checking the source code, I found you put the 0 in the editItem function, so, just change the 0 to <%=itemId%>, then it will be fine.

Change History (2)

comment:1 by Nicklas Nordborg, 18 years ago

Reporter: changed from Nicklas Nordborg to nicklas (mail from Longfei Yu <lyu@…

comment:2 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: newclosed

(In [2228]) Fixes #218: Edit experiment goes to new experiment

Note: See TracTickets for help on using tickets.