Task #1615 (new)
Opened 15 years ago
saveAndReturnIds should handle unknown objects
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | API | Version: | 4.1 |
Keywords: | n.a. | Cc: | cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
saveAndReturnIds, if there are unloaded objects that have no identifier it will just put nulls in. 51:57 So if you do something like: 52:03 ImageI(-1, False) 52:15 And roi.setImage(image)... 52:26 You'll get a null reference exception. 52:33 Rather than... 52:37 ObjectNotFound.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.