driverok → credited galileo25 → .
Tested. Everything works fine.
Log entry is more informative now:
Export failure: Unauthorized (previous exception: NULL) (repeated 3 times)
This patch works for Drupal 9.5.x version
Fixed indentation.
🐛 | Conditional Fields | Dependency using body as target results in "An invalid form control with name='body[0][value]' is not focusable." with ckeditor enabled
Here's the proof about the reason for such issue: An invalid form control with name='' is not focusable
To solve this we should do textareas optional, because it is hidden by ckeditor.
I've attached patch for this.
Here's patch