Skip to content

Modules should convert values on setInput and setOutput #122

Open
@hinerm

Description

@hinerm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions