https://bugzilla.wikimedia.org/show_bug.cgi?id=32661

Francis Hunger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |High
           Severity|normal                      |critical

--- Comment #2 from Francis Hunger <[email protected]> 2012-01-25 00:27:22 
UTC ---
updated to SMW 1.7.0.2  SF 2.3.2  MW 1.18.1, problem persists.

Turns out, the "Mixverbrauch" attribute's value is shown well with a comma on
the Factbox, see here http://de.wiki-products.org/Audi_A1_1.6_TDI So we can
assume, it is stored as decimal value in the database.

But it is still not shown with a comma on the attributes page.
http://de.wiki-products.org/Attribut:Mix-Verbrauch

And it is still not shown with a comma on the Special Browse page.
http://de.wiki-products.org/Spezial:Browsen/Audi-20A1-201.6-20TDI

If we are using #ask as in
http://de.wiki-products.org/index.php?title=Antitranspirante_im_Vergleich
the "UVP" Property should definetly have a comma, like "26,95 Euro" or so. But
it doesn't. it only shows "26 Euro". And this is a major problem for the wiki,
because it needs these exact comparisons. 


* Factbox (this one works)
Generating in SMW_factbox.php starts at line 77 and the value gets called
through 
$dataValue = SMWDataValueFactory::newDataItemValue( $dataItem, $propertyDi );

*Attributes Page (not working)
Generating in SMW_PropertyPage starts around line 169 and the value gets called
through
$dv = SMWDataValueFactory::newDataItemValue( $di, $this->mProperty );

* Special Browse (not working)
Generating in SMW_SpecialBrowse.php starts around line 144
$dv = SMWDataValueFactory::newDataItemValue( $di, $diProperty );

* #ask (not working)
I wasn't able to track this down. At least for our purposes, this is the most
important.

Thanks in advance

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to