I have a price £3.56 but after clicking the converter icon and choosing a convert to: currency of DKK (or any other currency) this error is all that comes back:
"Invalid operation settings: 3.56|2|s|a|GBP|DKK"
This is with jquery_update 6.x-2.x-dev (and thus jQuery 1.3.2) and jquery_ui 6.x-1.x-dev (with jQueryUI 1.7.1) which may or many not be the problem.
Safari 4beta and FF3.1b tested.
It looks like this is an error passed from drupal json, tips on debugging welcome!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | money-444110.patch | 6.01 KB | markus_petrux |
Comments
Comment #1
markus_petrux commentedOops. It seems I forgot to adapt the conversion module to the changes in the way widget settings are stored.
Attached patch should fix this. Caches need to be flushed as there's a new theme function in money module.
Comment #2
markus_petrux commentedComment #3
markus_petrux commentedCommitted to CVS. The fix should be available from the latest development snapshot.
Comment #4
adrinux commentedApologies for lack of testing over weekend :)
Confirmed fixed on 6.x-1.x-dev thanks.
Comment #5
markus_petrux commentedGood, thanks for the feedback :)