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
Describe the bug
When creating a storage and renaming it, a revsion entity is created by envers. When a storage is assigned to a dataset, it is assigned to the most current revision entity. When the internal storage is changed, e.g. title, the dataset still points to the old revsion, so it keeps the old title, url, etc..
db screenshot:
frontend:
Is this a regression?
No.
Steps to Reproduce
Create an internal storage and go to step 5. Add a dataset to this storage. Then change the title of the storage in the admin UI. Go back to step 5 and notice that the title hasnt changed.
Expected behavior
The dataset should automatically be assigned to the latest storage revision entity.
Environment
Damap version 4.2.0
The text was updated successfully, but these errors were encountered:
PR only disabled the offending functionality, but did not resolve the bug, therefore the issue was reopened. Was erroniously closed while merging the PR.
Describe the bug
When creating a storage and renaming it, a revsion entity is created by envers. When a storage is assigned to a dataset, it is assigned to the most current revision entity. When the internal storage is changed, e.g. title, the dataset still points to the old revsion, so it keeps the old title, url, etc..
db screenshot:
frontend:
Is this a regression?
No.
Steps to Reproduce
Create an internal storage and go to step 5. Add a dataset to this storage. Then change the title of the storage in the admin UI. Go back to step 5 and notice that the title hasnt changed.
Expected behavior
The dataset should automatically be assigned to the latest storage revision entity.
Environment
The text was updated successfully, but these errors were encountered: