Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
2.0.0-RC2
-
None
-
None
Description
As of version 2.0.0-RC2.20230814-1413-067ef90d , validateXxx function is not working when validation passes(it returns empty string as expected), a gif of the behavior is attached below.
The code base to reproduce the issue is https://github.com/kerhbal/causeway-simpleapp-rc
Steps:
1. Run the app
2. From top menu, select Simple Objects -> Find By Multiple Filters
3. The validation condition is filter1 and filter2 cannot be both null, so just put some string into filter1 will pass the validation
4. Then click ok