Closed TG-Modality closed 10 months ago
@TG-Modality Thank you for reporting this. I tested your scenario and can confirm that this indeed does not work as expected.
I will work on a fix during the weekend.
@ealush Thank you for your quick response.
Hey @TG-Modality. Sorry for taking the time. It took me a while to debug the issue. It was deep inside the core, regarding how nested scopes are being created.
Now that I have the full grasp of the problem, I'll run several tests and release an update within a few days.
@TG-Modality should be fixed in 5.2.7. Please let me know if everything works as expected
@ealush Thank you very much. The eager mode is working in omitWhen and skipWhen.
I was trying the eager mode when I noticed that the eager mode was not working in omitWhen.
The scenario I have is a field that has multiple tests that should be tested based on a condition:
The second and the last tests always triggers, even when the first test is failing.
When tests are outside the omitWhen, the call to backend only triggers when the first 2 tests are successful.