Decimal and separator settings do not work in Views.

Comments

wim leers’s picture

Assigned: Unassigned » wim leers

I'm pretty sure you're looking at a cached View. Nevertheless, I'll update the module to invalidate Views' cache whenever the decimal and digit group separator settings are changed.

webavant’s picture

Thank you for the suggestion. I tried that just now and I am still having the same problem. In the node, it displays 9,999.00 as expected, but in the View it displays 9 999,00.

wim leers’s picture

I've found it.

The problem is that both separators are widget settings. And a widget is designed solely for input. Thus it makes sense that the widget settings aren't loaded for Views. "Why are they loaded for normal 'views' then?" is another issue. I'll move both settings to the field's settings, where they really belong, and it should be solved then.

I'll fix this tomorrow.

wim leers’s picture

Status: Active » Fixed

Fixed. I'll tag a 1.2 release in a minute.

Anonymous’s picture

Status: Fixed » Closed (fixed)