Closed (fixed)
Project:
Money field
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Aug 2007 at 15:24 UTC
Updated:
15 Sep 2007 at 10:41 UTC
Decimal and separator settings do not work in Views.
Comments
Comment #1
wim leersI'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.
Comment #2
webavant commentedThank 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.
Comment #3
wim leersI'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.
Comment #4
wim leersFixed. I'll tag a 1.2 release in a minute.
Comment #5
(not verified) commented