You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modules should probably use the ConvertService when setting their input or output values. Currently they do not, which forces higher up code to decide if conversion should be done or not (e.g. in the WidgetModel).
this would require:
AbstractModule and perhaps Module itself should be made Contextual, instead of just CommandModule.
Expose an @Parameter ConvertService to modules
Update overriding setInput and setOutput to also convert values.