Bugfix
(User-visible)
Problem
In the validation of the form fields (DefaultValidationQueue::actualValidation(...)), a maximum limit of 1024 validations is defined.
In the context of complex data structures, especially with inline maintenance of composition references, this limit can be exceeded.
The form cannot then be switched to edit mode and produces the error message "Unable to process all invalids (More than 1024)".
Test
- test.com.top_logic.util.TestDefaultValidationQueue.testFail()