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
silverstripe-gridfieldextensions/src/GridFieldAddNewMultiClass.php
Lines 216 to 221 in 856fce1
This check could easily become Injector::inst()->has( instead of class_exists(
Injector::inst()->has(
class_exists(
And work will need to ensure compatibility with filtering that happens in getClasses:
getClasses
Lines 135 to 138 in 856fce1
Note that this may need some effort to get GridFieldAddNewMultiClassHandler to play nice.
GridFieldAddNewMultiClassHandler
The text was updated successfully, but these errors were encountered:
No branches or pull requests
silverstripe-gridfieldextensions/src/GridFieldAddNewMultiClass.php
Lines 216 to 221 in 856fce1
This check could easily become
Injector::inst()->has(
instead ofclass_exists(
And work will need to ensure compatibility with filtering that happens in
getClasses
:silverstripe-gridfieldextensions/src/GridFieldAddNewMultiClass.php
Lines 135 to 138 in 856fce1
Note that this may need some effort to get
GridFieldAddNewMultiClassHandler
to play nice.The text was updated successfully, but these errors were encountered: