Dataset Compare Versions Summary: License Change is not shown in version summary or details
Dataset Compare Versions Summary: License Change is not shown in version summary or details
What steps does it take to reproduce the issue? Publish a Dataset Choose Edit Terms Requirements Change the License/Data Use Agreement In the Dataset page, go to the versions tab to view version summary and details
-
Which page(s) does it occurs on? Dataset and File page, in the JSF and the SPA
-
What happens? In the Draft version, there are no changes listed, only a View Details link. Open the link, the details don't show the license change
-
To whom does it occur (all users, curators, superusers)? all
-
What did you expect to happen? License change should be in summary and details. The API needs to change, to fix the SPA, and also the JSF needs to be fixed. The API returned doesn't include the license change:
http://localhost:8000/api/v1/datasets/:persistentId/versions/compareSummary?persistentId=doi:10.5072/FK2/HFQ9PU
{ "status": "OK", "totalCount": 2, "data": [ { "id": 12, "versionNumber": "DRAFT", "contributors": "Dataverse Admin", "publishedOn": "", "summary": { "files": { "added": 0, "removed": 0, "replaced": 0, "changedFileMetaData": 0, "changedVariableMetadata": 0 }, "termsAccessChanged": false } }, { "id": 11, "versionNumber": "1.0", "contributors": "Dataverse Admin", "publishedOn": "2025-11-10", "summary": "firstPublished" } ] }
Which version of Dataverse are you using? latest develop
Any related open or closed issues to this bug report? Another issue with the same API endpoint: https://github.com/IQSS/dataverse/issues/11966
Screenshots:
SPA: