Opened 9 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 Nicklas Nordborg, 9 years ago

(In [3323]) References #781: Clean up code in retraction wizard

Merged RetractionFormServlet and RetractionFollowUpFormServlet into a single servlet RetractionServlet.

The new servlet is mostly from the RetractionFormServlet. The RegisterFollowUp section in the doPost() method is the major new addition from the RetractionFollowUpFormServlet.

comment:2 by Nicklas Nordborg, 9 years ago

(In [3325]) References #781: Clean up code in retraction wizard

Removed code that is loading information that is not used by the retraction wizard.

comment:3 by Nicklas Nordborg, 9 years ago

Status: newassigned

comment:4 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.