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
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.
The text was updated successfully, but these errors were encountered:
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 ofProcessors.vue
.This parameter should be regarded by the endpoint defined in
EventProcessorRestController.componentProcessors
, but it's not. TheEventProcessorAdminService.eventProcessorsByComponent
should thus also take in acontext
parameter to do the filtering.The text was updated successfully, but these errors were encountered: