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.

Issue fork ginvite-3398345

Command icon 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

dxvargas created an issue. See original summary.

viren18febs’s picture

Assigned: Unassigned » viren18febs
viren18febs’s picture

Assigned: viren18febs » Unassigned
Status: Active » Needs review
StatusFileSize
new1.38 KB

hi @dxvargas
I have added a patch file as per Proposed resolution, please review
Thanks

dxvargas’s picture

Status: Needs review » Active
StatusFileSize
new1.38 KB

Thanks 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.

dxvargas’s picture

Status: Active » Needs review
dxvargas’s picture

Status: Needs review » Reviewed & tested by the community

My 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.

  • LOBsTerr committed 4fb76abd on 2.x authored by dxvargas
    Issue #3398345 by dxvargas: Pagination in views has corrupted...

  • LOBsTerr committed 07e1239f on 3.0.x authored by dxvargas
    Issue #3398345 by LOBsTerr: Pagination in views has corrupted...

  • LOBsTerr committed f3f30f77 on 4.0.x authored by dxvargas
    Issue #3398345 by LOBsTerr: Pagination in views has corrupted...

  • LOBsTerr committed 526a4b59 on 3.0.x authored by dxvargas
    Issue #3398345 by LOBsTerr: Pagination in views has corrupted...
lobsterr’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for your contribution

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.