- Issue created by @efpapado
- 🇬🇷Greece vensires
@efpapado, thank you for your D10 release during DrupalCon Lille Contribution day. It was really helpful to finally see an update for it :)
I have made some minor changes which you can check in https://git.drupalcode.org/project/field_quick_cardinality/-/commit/604b.... My only concern on the approach you followed - though I'm not sure I currently have an alternative - is that by overriding the FieldConfigListBuilder class, we set a race condition between our module and other modules.
This module was originally based on the preexisting Field Quick Required → module. This module may currently not have any D8+ version but if it had, it could have done the same thing we did in this module. And then one module would override the other. The same conflict actually exists if we try to install this module along with Seeds distribution → (check here).
PS: Is there a reason why you didn't set the 10.x version as compatible with Drupal8?