Opened 19 years ago
Closed 19 years ago
#219 closed defect (fixed)
Can't inherit annotation for a new item
Reported by: | Owned by: | Nicklas Nordborg | |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
I just met a bug when I just tested, and wanted to create a new item, for example, Labeled Extract, when I click the inherited annotation tab, then, an exception was thrown out. When I created an item without clicking the inherited annotation, then I can create successfully, and then when I edit this existing item by clicking the inherited tab, then it works fine. A little bit weird!
I also found this bug on the demo server.
Note:
See TracTickets
for help on using tickets.
(In [2229]) Fixes #219: Can't inherit annotation for a new item
Instead of a NullPointerException the following message is displayed: Annotations can't be inherited for new items. Please save the item first and try again.