- Issue created by @suraj_vantagode
- Merge request !27Issue #3531277 by suraj: Making option geolocation frequency check field → (Open) created by Unnamed author
In the smart_ip module's configuration page, the Frequency of user's geolocation check field is an optional field but the validation written for this field is making this field as Required. Without entering the values, we can't save the form at all.
Open the smart_ip module's configuration page and try to keep the Frequency of user's geolocation checking field as empty and save the form. It will give validation error message - Frequency of user's geolocation checking must be a positive number.
The if
condition added to check the input is numeric and not negative is not working as expected.
Active
5.0
Code