Great, thanks @flocondetoile
Sorry I never got back around to this, thanks for following up on it @andileco
Was getting a warning regarding an array key with #189 so I updated the patch with that seemed to fix it for me.
Error in question:
Warning: Undefined array key "field_profiles" in Drupal\conditional_fields\ConditionalFieldsFormHelper::dependentValidate() (line 475 of /app/web/modules/contrib/conditional_fields/src/ConditionalFieldsFormHelper.php)
Hey @andileco
Sorry for the delayed response, i was away for a bit.
I haven't been able to test your view yet, but the immediate difference I can see is that I'm using better exposed filters in my use case so it may be related to that which means that the small fix here may cause an issue with views not using bef, I'd have to verify that though. Also, for php I'm on version 8.2.
Instead of an `empty hook_update_N()` I saw that we should use `hook_post_update_NAME` for this functionality based on this https://www.drupal.org/node/2960601 →
I updated the MR accordingly with a `entity_export_csv.post_update.php` file.
Was able to make this issue and change thanks to my employer zu