• Valentin Benozillo's avatar
    erp5_ui_test: Add external validator for float field range check · 80b9908c
    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
    80b9908c
Base_validateFloatRangeForDialogWithValidationError.py 38 Bytes