If SEQ2 isn't defined for the panda (in the web gui) then in IocRecordFactory::_make_table we'll have an _all_values_dict["SEQ2:TABLE"] of [], and SEQ2:TABLE:TRIGGER will be 0 instead of a string enum value. This causes a failure when building the ioc.
If SEQ2 isn't defined for the panda (in the web gui) then in
IocRecordFactory::_make_table
we'll have an_all_values_dict["SEQ2:TABLE"]
of[]
, andSEQ2:TABLE:TRIGGER
will be 0 instead of a string enum value. This causes a failure when building the ioc.