Saturday, December 30, 2023
1 change · 17.0
Resolved issues and error corrections
Fixed an issue that caused an error when selecting a date in Time Off forms while developer mode was enabled. This helps administrators and implementers use date fields reliably during configuration and testing.
Original PR description
Steps To Reproduce: - Install Timeoff Module - On Developer mode - Management > Timeoff - click new > open form view - select datepicker Cause: - An expression in isRange() function was returning string instead of boolean expression Fix: - So in this commit we have checked condition using evaluateBooleanExpr task-3506844