Opened 5 years ago
Closed 5 years ago
#1217 closed enhancement (fixed)
DoNotUse flags and comments should be copied to new child items
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.25 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In wizards with manual selection it is possible to select items with a DoNotUse flag. In most cases the wizard will display a warning but it is allowed to continue. The DoNotUse flag (and comment) should be copied to all new child items that are created.
Note that new child items are created in a lot of places. Luckily the changes made in #1056 should make it easy to find all places since names for new child items are made in a central place. We need to find all places that call ReggieItem.getNextChildItemName()
and then add code for copying DoNotUse annotations.
Note:
See TracTickets
for help on using tickets.
In 5789: