Bug 37688 - Staff biblio detail view shows last_seen_date as date instead of datetime
Summary: Staff biblio detail view shows last_seen_date as date instead of datetime
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Lucas Gass
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-20 14:45 UTC by Lucas Gass
Modified: 2024-08-20 20:11 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 37688: Change last_seen_date column to datetime (1.33 KB, patch)
2024-08-20 19:41 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 37688: Change last_seen_date column to datetime (1.39 KB, patch)
2024-08-20 20:11 UTC, ByWater Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 2024-08-20 14:45:32 UTC
In the biblio detail view ( holdings table ) the "Last seen" column used to display a datetime, not it only displays a date. 

I suspect this was due to the change in Bug 33568.
Comment 1 Lucas Gass 2024-08-20 19:41:14 UTC
Created attachment 170505 [details] [review]
Bug 37688: Change last_seen_date column to datetime

To test:
1. Bring up some items in staff detail view ( holdings table )
2. If the "Last seen" column is hidden unhide it via Table settings
3. Notice that the column shows only the date.
4. APPLY PATCH
5. Look now and you should see it is datetime.
6. Make sure it is accurate.
Comment 2 ByWater Sandboxes 2024-08-20 20:11:16 UTC
Created attachment 170506 [details] [review]
Bug 37688: Change last_seen_date column to datetime

To test:
1. Bring up some items in staff detail view ( holdings table )
2. If the "Last seen" column is hidden unhide it via Table settings
3. Notice that the column shows only the date.
4. APPLY PATCH
5. Look now and you should see it is datetime.
6. Make sure it is accurate.

Signed-off-by: Laura ONeil <laura@bywatersolutions.com>