Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output of non-automatic script step is not displayed in frontend #6096

Open
lutzhelm opened this issue May 30, 2024 · 0 comments
Open

Output of non-automatic script step is not displayed in frontend #6096

lutzhelm opened this issue May 30, 2024 · 0 comments

Comments

@lutzhelm
Copy link

Before version 3, the output of non-automatic scripts had been displayed to the user. We are missing that feature in version 3, specifically 3.6.2.

I will not rule out the possibility that we are missing some configuration option. But the following probably related lines seem to indicate that this feature was simply forgotten during implementation:

private void handleCommandResult(CommandResult commandResult) {
finishedCommandResults.add(commandResult);
// TODO add more result handling for frontend here
}

@lutzhelm lutzhelm changed the title Output of non-automatic script step is not displayed in Frontend Output of non-automatic script step is not displayed in frontend May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant