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

Component overview disregards context filter #549

Open
CodeDrivenMitch opened this issue Oct 20, 2022 · 0 comments · Fixed by #561
Open

Component overview disregards context filter #549

CodeDrivenMitch opened this issue Oct 20, 2022 · 0 comments · Fixed by #561

Comments

@CodeDrivenMitch
Copy link

The component details (after clicking on a component in the Overview) disregards the currently selected context.

The front-end sends the context to the backend, but the backend does not pick up the parameter.

The context is sent via a GET param context on line 255 of Processors.vue.
This parameter should be regarded by the endpoint defined in EventProcessorRestController.componentProcessors, but it's not. The EventProcessorAdminService.eventProcessorsByComponent should thus also take in a context parameter to do the filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant