Closed mfendeksilverstripe closed 1 month ago
Thanks for raising this. This won't be prioritised by the CMS Squad, but I'll happily review a pull request if you submit one
Created https://github.com/silverstripe/silverstripe-userforms/pull/1330 to fix this.
PR merged. Thanks!
Module version(s) affected
6.2.9
Description
GridField config doesn't use Injector to create components. This causes some customisations to be more complicated than they need to be.
How to reproduce
Using Injector to override GridField components won't be applied to this module as it doesn't use Injector.
Possible Solution
Use injector to create GridField components.
Additional Context
No response
Validations
silverstripe/installer
(with any code examples you've provided)