Problem/Motivation
The views config have corrupted characters in the pagination:
https://git.drupalcode.org/project/ginvite/-/blob/4.0.0-alpha3/config/op...
https://git.drupalcode.org/project/ginvite/-/blob/4.0.0-alpha3/config/op...
Proposed resolution
I believe the goal was to to have this:
previous: ‹‹
next: ››
first: '« First'
last: 'Last »'
What I see mostly in core is like this:
previous: '‹ Previous'
next: 'Next ›'
first: '« First'
last: 'Last »'
We should pick one and fix the characters. Any one of these is better than what we have.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Issue-3398345-pagination-in-views-has-corrupted-characteres#1.patch | 1.38 KB | viren18febs |
Issue fork ginvite-3398345
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
viren18febs commentedComment #3
viren18febs commentedhi @dxvargas
I have added a patch file as per Proposed resolution, please review
Thanks
Comment #4
dxvargas commentedThanks for the patch @viren18febS but I still see the corrupted characters.
I'll try to add my own patch and see how it goes. Please have a look.
Comment #5
dxvargas commentedComment #6
dxvargas commentedMy patch shows also the corrupted characters when opening it here in the browser. Just like the patch in #3.
However, after downloading it I see them correct and I can apply #3 successfully.
This patch #3 from @viren18febS is working correctly. I put the issue as RTBC.
Comment #11
lobsterr commentedThank you for your contribution