Actions
Bug #9395
closedGreater/Lesser conditions missing type juggling
Description
When using greater than or lesser than operators it needs to detect when the supplied values are integers or floats and properly type cast in both PHP and JS in the exact same way.
Actions