Opened 3 years ago
Closed 3 years ago
#1394 closed defect (fixed)
Error when creating an outtake with FlowThrough items
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.39 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
It seems like it is impossible to create a sample outtake with FlowThrough items. I have found two different errors:
- If the Outtake type is set to FlowThrough before clicking on the Select... button. Error message:
Item not found: Subtype.FLOWTHROUGH
- If an item list is selected first, and then the Outtake type is changed to FlowThrouh. Error message:
Cannot invoke "net.sf.basedb.reggie.dao.Subtype.get(net.sf.basedb.core.DbControl)" because the return value of "net.sf.basedb.reggie.dao.Subtype.getByCName(String)" is null
Note:
See TracTickets
for help on using tickets.
In [6729]:
The value of the option should be FLOW_THROUGH and not FLOWTHROUGH.