Opened 8 years ago
Closed 8 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 Changed 8 years ago by
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Status: | new → assigned |
---|
comment:4 Changed 8 years ago by
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
.