Closed (fixed)
Project:
Wishlist Module
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2006 at 01:52 UTC
Updated:
28 Dec 2006 at 20:03 UTC
If the currency is in USD and the user enters a $ in front of the amount then still allow the amount to go through by removing the $.
Also, remove or allow the admin to change if the user can see the "Currency:" text field on the enter wishlist item page.
Comments
Comment #1
scott.mclewin commentedThe currency field can be configured away by the administrator. When the field does not show on the form, the site's default currency is displayed as part of the title for the estimated cost field.
I'm not going to relax the input field for the cost itself. This is not just a matter of stripping off a dollar sign, but rather requires tracking down and handling the cases for every world currency. This is fundamentally a numeric data field and that's the input it will accept.
This change is committed to head, which is currently 4.7 compatible. After I've worked the issue queue a bit more I'll merge back to the formal 4.7 branch.
Comment #2
ziggyk commentedThat works for me. Thank you.
Comment #3
scott.mclewin commentedThanks for the testing help.