We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.2.9
GridField config doesn't use Injector to create components. This causes some customisations to be more complicated than they need to be.
Using Injector to override GridField components won't be applied to this module as it doesn't use Injector.
Use injector to create GridField components.
No response
silverstripe/installer
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Created #1330 to fix this.
PR merged. Thanks!
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: