Opened 10 years ago
Closed 9 years ago
#781 closed enhancement (fixed)
Clean up code in retraction wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v3.4 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The two servlets used by the retraction wizards (RetractionFormServlet
and RetractionFollowUpFormServlet
) have lots of code that is similar. The servlets should be merged to a single servlet.
The code should also be cleaned up from code that is loading annotations and other values that are not needed (eg. displayed in the gui or used for making decisions).
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Status: | new → assigned |
---|
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3323]) References #781: Clean up code in retraction wizard
Merged
RetractionFormServlet
andRetractionFollowUpFormServlet
into a single servletRetractionServlet
.The new servlet is mostly from the
RetractionFormServlet
. TheRegisterFollowUp
section in thedoPost()
method is the major new addition from theRetractionFollowUpFormServlet
.