• Valentin Benozillo's avatar
    erp5_ui_test: Add external validator for float field range check · 789da4e7
    Valentin Benozillo authored
    using start and end filed on float, trigger web-browser error. But UI test are looking for multiple fields check by erp5.
    2 validators script are added because no argument can be passed to external validator, so :
    TALES: python: context.Base_ValidateFloatRange(value, mix=1, max=2)
    doesn't work
    789da4e7
your_second_failure.xml 10.5 KB