Problem/Motivation

Some integer based views fields are configured with "Thousands marker" set to "Comma". This results in markup like:

<a href="/user/48457?ed1ref=1%2C694" data-ed1ref="1,694">admin</a>

Instead of:

<a href="/user/48457?ed1ref=1694" data-ed1ref="1694">admin</a>

Steps to reproduce

This happens in any view that includes the pid field. It may be happening for other integer fields.

Environment details for bug reports
  • Drupal version: 10.6.7
  • CSA submodule installed: N
  • Exports submodule installed: N

Comments

maskedjellybean created an issue. See original summary.

itmaybejj’s picture

Assigned: Unassigned » itmaybejj

Oh lovely.

Wil include this in next week's bugfix release.

maskedjellybean’s picture

Thanks!

  • itmaybejj committed e4102a99 on 3.0.x-dev
    fix: #3591177 Views field Thousands marker should be set to none
    
itmaybejj’s picture

Status: Active » Needs review
itmaybejj’s picture

Status: Needs review » Fixed

Fixed in 3.0.4

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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