-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
Component: JSFInvolves modifying JSF (Jakarta Server Faces) code, which is being replaced with React.Involves modifying JSF (Jakarta Server Faces) code, which is being replaced with React.Feature: GuestbookType: Buga defecta defectUser Role: SysadminInstalls, upgrades, and configures the system, connects via sshInstalls, upgrades, and configures the system, connects via ssh
Description
tested on v 4.13 but applies to earlier versions:
Scenario:
- Open a dataset page (choose one with open files just to make process quicker)
- Choose any number of files
- Click the 'multi-file' Download button above the file panel
- Files download
- The datasetversion_id value is NOT written to guestbookresponse
Repeat as many times as desired - same result
-
Click one of the individual file 'Download' buttons.
-
File downloads
-
The datasetversion_id IS written to guestbookresponse
-
Choose several files and use the 'multi-file' Download button
-
Files download
-
The datasetversion_id IS written to guestbookresponse
Now refresh the dataset page. The scenario starts at 1 again.
So it seems that the datasetversion_id is only set, and therefore written to guestbookresponse, in the DataversePage.java on the Individual download click.
Until one of the individual download buttons is clicked, then, the dasetversion_id is not set and so will not be written to the guestbookresponse table.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: JSFInvolves modifying JSF (Jakarta Server Faces) code, which is being replaced with React.Involves modifying JSF (Jakarta Server Faces) code, which is being replaced with React.Feature: GuestbookType: Buga defecta defectUser Role: SysadminInstalls, upgrades, and configures the system, connects via sshInstalls, upgrades, and configures the system, connects via ssh