Opened 9 years ago
Closed 9 years ago
#848 closed task (fixed)
Enabled/disable experimental features in reggie-config.xml
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
It would be nice to have a way to enable/disable experimental features (for example the "Destruction wizard") by a configuration setting.
Note:
See TracTickets
for help on using tickets.
(In [3743]) Fixes #848: Enabled/disable experimental features in reggie-config.xml
Added
<experimental-features>
section toreggie-config.xml
.The child element
<retract-destruction>
can be set to enable the "Destruction" wizard. If this is enabled the javascript code simply removes thenot-implemented
class on the link which makes it possible to use the wizard.