Opened 12 months ago
Closed 12 months ago
#1538 closed enhancement (fixed)
Re-factor the code that show the "auto-processing is disabled" warning icons
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.50 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Several steps in the secondary analysis can be disabled for auto-processing by setting AutoProcessing=Disable
on an item list or some other item.
This is noted on the Reggie start page by a little warning icon next to the corresponding wizard. The code that is needed to display that icon is not very complex, but it is spread out in several pages. Adding new icons typically require code changes in several locations. It should be possible to implement this in a better way.
Note:
See TracTickets
for help on using tickets.
In 7399: