I'm using this module, with the latest dev version of unitsapi, so have several different categories of units. I've selected one currency (INR) and five of the six area measures acre, hectare, square foot, square yard, square mile, but not square inch).
After I save the selections, only the currency, acre and hectare choices are saved. There is no error generated -- it just doesn't save the other selections.
Any idea why?
Comments
Comment #1
crea commentedI guess that's because of spaces in unit ids. They should be replaced with underscores.
Comment #2
raspberryman commentedFixed: http://drupal.org/cvs?commit=322090
Let me know how things look for you, ailgm.
Comment #3
ailgm commentedI tested using version 1.15 of unitsapi.module.
It works perfectly now. Thanks for the quick fix.
Comment #4
raspberryman commentedThanks, aligm. I also added a rudimentary simpletest for units.module integration.