Opened 2 years ago

Closed 2 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:

  1. If the Outtake type is set to FlowThrough before clicking on the Select... button. Error message: Item not found: Subtype.FLOWTHROUGH
  1. 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

Change History (1)

comment:1 by Nicklas Nordborg, 2 years ago

Resolution: fixed
Status: newclosed

In [6729]:

The value of the option should be FLOW_THROUGH and not FLOWTHROUGH.

Note: See TracTickets for help on using tickets.