DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

fix(ui/pipeline): Load streams before pipeline #110

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

In some cases, the Settings page of a pipeline in the UI does not show the streams of the pipeline as selected. This happens when the pipeline object has been loaded before the stream objects.

This commit fixes this issue by enforcing that streams are retrieved from the backend before the pipeline.

It looks as follows when this bug occurs:

Screenshot 2022-12-22 at 14 03 04

It should however look as follows:

Screenshot 2022-12-22 at 14 03 39
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information