Closed (cannot reproduce)
Project:
Drupal core
Version:
9.1.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2016 at 15:15 UTC
Updated:
22 Jul 2020 at 05:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mickaelperrin commentedComment #9
kristen polPatch does not apply to 9.1.x and needs reroll.
Comment #10
hardik_patel_12 commentedComment #11
hardik_patel_12 commentedRe-rolling against 9.1.x , kindly review a patch.
Comment #12
kristen polComment #14
ridhimaabrol24 commentedFixing failed test case! Please review!
Comment #15
kristen polThanks for the updates.
1) Patch applies cleanly.
2) Change is straightforward.
3) Tests pass.
4) Searching for TO_CHAR in core code only brings up this places covered by the patch.
5) Since this is in views, it seems like this could be tested manually via the UI so marking for testing.
Comment #16
mradcliffeI added the global2020 tag, and updated the issue summary with some steps to reproduce the issue in the user interface. I'm going off of memory here. So please double-check this and update the issue summary.
Comment #17
mradcliffeAdded the PostgreSQL tag which we sometimes use to track pgsql driver issues.
Comment #18
lendudeWe should add an automated test that fails on PostgreSQL
Comment #19
mindbet commentedI think this could actually be closed, without patching.
Either as 'cannot reproduce' or 'outdated'
I installed, on my local, Drupal 9.1.0-dev using PHP 7.3.20 and PostgresSQL 10.12
I did not implement any of the patches above.
I was able to add Timestamp and Date fields to a content type.
I created several nodes, and could enter values in both of these fields.
Then I created a simple view, and found that I could display these values, sort on these values, and change the date format of these values.
I also used the 'Authored on' field as part of the view, and could change the date format and sort on that value.
Comment #20
kristen polThanks @mindbet! Based on your testing in #19, closing this as cannot reproduce. The manual testing you did seems to cover the issue summary notes and more.