Describe the Bug
The updated_at date in the json response (i.e. /api/pages) is not modified when the last update modifies only tags.
I think it would be more coherent to change this date when the tags are updated.
Moreover the tags are not listed in the list of elements queried (see #2680), therefore we cannot test for modified tags directly.
Steps to Reproduce
- Create a page
- Change only the tags (in a different commit)
- Request the list of pages
The updated_at date is the creation date instead of the tag modification date.
Expected Behaviour
I expect to have every actions listed in the commits to change the updated_at date. That is :
- Every content modification
- Every tag modification
Screenshots or Additional Context
I am using Bookstack v21.05.3.
I found the following related issues
Browser Details
No response
Exact BookStack Version
v21.05.3
PHP Version
No response
Hosting Environment
I unfortunnately do not know any information on the hosting environement.
Describe the Bug
The updated_at date in the json response (i.e.
/api/pages) is not modified when the last update modifies only tags.I think it would be more coherent to change this date when the tags are updated.
Moreover the tags are not listed in the list of elements queried (see #2680), therefore we cannot test for modified tags directly.
Steps to Reproduce
The updated_at date is the creation date instead of the tag modification date.
Expected Behaviour
I expect to have every actions listed in the commits to change the updated_at date. That is :
Screenshots or Additional Context
I am using Bookstack v21.05.3.
I found the following related issues
Browser Details
No response
Exact BookStack Version
v21.05.3
PHP Version
No response
Hosting Environment
I unfortunnately do not know any information on the hosting environement.