Actions
Bug #3212
closedEML2 Actor does not reconfigure available columns after initial download
Start date:
04/08/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3212
Description
After the selected entity has been changed for the EML actor, the ports are reconfigured to show the available columns, and other internal variables are set accordingly to support the new data table. There seemed to be an omission, however, in that the method generteLabelListAndTypteListFromColumns() [sic] was only being called after the initial download of the EML data was complete. The member variable values set in this method are used by supporting EML output formats and need to be set in order to function correctly.
Updated by ben leinfelder over 16 years ago
Added calls to the generteLabelListAndTypteListFromColumns() [sic] method whenever the _columns variable was modified.
Actions