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

Craft error when editing CKEditor field after assigned CKEditor config is deleted #344

Open
mprofitlich opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@mprofitlich
Copy link

Description

When a CKEditor config is deleted, the fields that use this config will not be editable anymore. Opening them will produce the error "Invalid CKEditor config UUID: [uid]". This totally makes sense but makes it impossible to repair the field. Better would be to allow for the selection of another CKEditor config.

Steps to reproduce

  1. Create a field of type CKEditor
  2. Assign a CKEditor config
  3. Delete the CKEditor config
  4. Try to edit the field crated in step one

Additional info

  • Craft version: 5.5.6.1
  • PHP version: 8.2.26
  • Database driver & version: MariaDB 10.4.34
  • Plugins & versions: CKEditor 4.4.0
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