Skip to content
New issue

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

Calling .render() throws an error #343

Open
dlindberg opened this issue Dec 13, 2024 · 0 comments
Open

Calling .render() throws an error #343

dlindberg opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@dlindberg
Copy link

Description

When using the field migration utility any instances where {{ field.render() }} was used for the previous Matrix field will cause an error.

It would be helpful for migrating from Matrix to the CKEditor field if the use of render was code compatible between the two fields. Even better would be if {{ field.eagerly().render() }} was also code compatible.

Steps to reproduce

  1. Call unknown function render() on craft\ckeditor\data\FieldData::class

Additional info

  • Craft version: 5.5.6.1
  • PHP version: 8.3.14
  • Database driver & version: MySQL 8.0.36
  • Plugins & versions: CKEditor 4.4.0
@dlindberg dlindberg added the bug label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant