Skip to content

Fix checking of resolved outputs in DefaultModuleService #426

Description

@imagejan

The method DefaultModuleService#getSingleItem is used for both inputs and outputs, but this line only checks the input:

if (module.isInputResolved(name)) continue; // skip resolved inputs

See also #423 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions