tuwien-csd / damap-frontend

MIT License
10 stars 10 forks source link

Bug fix: Source field of Reused data can be updated #285

Closed GeoffreyKarnbach closed 3 months ago

GeoffreyKarnbach commented 3 months ago

Description

Bugfix

What does this PR do?

The field "Source" in the "Reused Data" section can be updated again. Before, the updated value did not get persisted. In the constructor, a deep copy of the datasetId object was made, as objects from the store are by default read-only.

Checks

closes GH-283

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud