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
Once an element that is inline editable is linked and used in a Virtual Element it is no longer able to be edited.
Steps to reproduce:
This only happens for inline editable elements.
Have reproduced a minimal, reproducible example using the silverstripe/installer boilerplate.
The text was updated successfully, but these errors were encountered:
Problem from silverstripe> framework > Forms > Schema > FormSchema.php Line 118.
private function recursivelyValidateSchemaData()
Could not find a react component for field \PageElements_12_VirtualClones. /vendor/silverstripe/framework/src/Forms/Schema/FormSchema.php:132
Can we add null check before check schemaType and component? VirtualClone schemaType showing null exception.
When I place the following condtion, it is working. if(!is_null($data[schemaType'])){
Thanks.
Sorry, something went wrong.
No branches or pull requests
Once an element that is inline editable is linked and used in a Virtual Element it is no longer able to be edited.
Steps to reproduce:
This only happens for inline editable elements.
Have reproduced a minimal, reproducible example using the silverstripe/installer boilerplate.
The text was updated successfully, but these errors were encountered: