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/streams): Do not overwrite field `id` #149

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

For the grid view, we use a JavaScript library that requires the row property id filled with an unique identifier.

When inspecting a stream that featured a field with the name id, we have accidentally overwritten this field with the row id from the JavaScript grid.

This commit fixes this issue such that we no longer overwrite field values of sample records.

Before this fix:

Screenshot 2023-01-24 at 13 04 15

After this fix:

Screenshot 2023-01-24 at 13 04 05
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