Closed (fixed)
Project:
Blazy
Version:
8.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2020 at 16:10 UTC
Updated:
21 May 2020 at 11:54 UTC
Jump to comment: Most recent
When creating a new format on /admin/config/content/formats/add and selecting CKEditor as editor, the AJAX call that loads the CKEditor configuration form crashes with this error:
Cannot load the "filter_format" entity with NULL ID.
That happens because BlazyAlter::isCkeditorApplicable() is trying to get the format of an editor that does not yet exist in the database.
The attached patch fixes this error.
| Comment | File | Size | Author |
|---|---|---|---|
| blazy-new_editor.patch | 692 bytes | prudloff |
Comments
Comment #2
prudloff commentedComment #4
gausarts commentedCommitted. Thank you for contribution.