Summary: | Staff biblio detail view shows last_seen_date as date instead of datetime | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | RESOLVED DUPLICATE | QA Contact: | Paul Derscheid <paul.derscheid> |
Severity: | minor | ||
Priority: | P5 - low | CC: | barbara.johnson, gmcharlt, laura, paul.derscheid |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
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
Bug 37688: Change last_seen_date column to datetime |
Description
Lucas Gass (lukeg)
2024-08-20 14:45:32 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. 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> |