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
I thought that was probably not the intended behavior, so I opened a ticket.
However, it is a trivial matter.
This is about replacing images in Image Gallery, which is supported in v23.06.
It appears that the updated date/time does not change when only replacing the image.
Steps to Reproduce
Upload new images to the gallery.
Perform "Replace Image" on the above image.
The update date/time is not displayed in the information area of the image.
If the image name is changed, the update date and time will be displayed.
The same is true when images are replaced by the API.
Expected Behaviour
Perhaps the renewal date and time should be changed.
Screenshots or Additional Context
My guess is that this may be because there is no change in the database entity for the image information when the same user who uploaded the original image only replaces the image content.
(updateImageFile() in ImageRepo.php)
Describe the Bug
I thought that was probably not the intended behavior, so I opened a ticket.
However, it is a trivial matter.
This is about replacing images in Image Gallery, which is supported in v23.06.
It appears that the updated date/time does not change when only replacing the image.
Steps to Reproduce
The same is true when images are replaced by the API.
Expected Behaviour
Perhaps the renewal date and time should be changed.
Screenshots or Additional Context
My guess is that this may be because there is no change in the database entity for the image information when the same user who uploaded the original image only replaces the image content.
(updateImageFile() in ImageRepo.php)
Browser Details
No response
Exact BookStack Version
v23.06
PHP Version
No response
Hosting Environment
Docker image, lscr.io/linuxserver/bookstack:version-v23.06
The text was updated successfully, but these errors were encountered: