Closed GeoffreyKarnbach closed 3 months ago
Bugfix
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.
closes GH-283
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
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