Opened 19 years ago
Closed 19 years ago
#218 closed defect (fixed)
Edit experiment goes to new experiment
Reported by: | 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 , 19 years ago
Reporter: | changed from | to
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2228]) Fixes #218: Edit experiment goes to new experiment