Bug 24999 - Date not correctly formatted in claims table
Summary: Date not correctly formatted in claims table
Status: BLOCKED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Devinim
QA Contact: Testopia
URL:
Keywords:
Depends on: 14697 24765 24980
Blocks: 25117
  Show dependency treegraph
 
Reported: 2020-03-27 08:57 UTC by Jonathan Druart
Modified: 2020-04-23 14:03 UTC (History)
5 users (show)

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


Attachments
Bug 24999: Date not correctly formatted in claims table (1.44 KB, patch)
2020-03-30 14:09 UTC, Devinim
Details | Diff | Splinter Review
Bug 24999: Date not correctly formatted in claims table (1.50 KB, patch)
2020-03-31 13:04 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 24999: Date not correctly formatted in claims table (1.56 KB, patch)
2020-04-12 21:44 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2020-03-27 08:57:53 UTC
See the Resolution column: https://snipboard.io/cqMkex.jpg

"Returned by patron on 2020-03-27 08:54:19 by koha"
Comment 1 Devinim 2020-03-30 14:09:26 UTC
Created attachment 102084 [details] [review]
Bug 24999: Date not correctly formatted in claims table
Comment 2 Devinim 2020-03-30 14:50:01 UTC
Test plan.

1. Apply this patch
2. Look at the Resolution column will show the desired date format with other columns.
Comment 3 ByWater Sandboxes 2020-03-31 13:04:34 UTC
Created attachment 102129 [details] [review]
Bug 24999: Date not correctly formatted in claims table

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 4 Sally 2020-03-31 13:06:22 UTC
This patch does what it says, so I am signing it off - but I noticed a wider error with Claims Returned which I've logged under:  https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023

Not sure if that wider problem will affect this patch going in.
Comment 5 Katrin Fischer 2020-04-12 21:43:34 UTC
This fixes the date on the checkouts tab - but the dates on the claims tab still don't behave. All 3 of them afaikt... Filed bug 25117.
Comment 6 Katrin Fischer 2020-04-12 21:44:14 UTC
Created attachment 102775 [details] [review]
Bug 24999: Date not correctly formatted in claims table

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 7 Jonathan Druart 2020-04-13 09:12:47 UTC
This is currently blocked by bug 24980 (or not, see last comment there).
Comment 8 Agustín Moyano 2020-04-23 14:03:20 UTC
(In reply to Jonathan Druart from comment #7)
> This is currently blocked by bug 24980 (or not, see last comment there).

Why is this bug dependant of 24980? this bug does not use any of the JS functions made there.