Closed (fixed)
Project:
Tooltip
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2022 at 09:37 UTC
Updated:
20 Aug 2023 at 16:39 UTC
Jump to comment: Most recent
When creating a new format 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 Tooltip::getConfig() is trying to get the format of an editor that does not yet exist in the database.
/admin/config/content/formats/addThe code should call isNew() on the editor before trying to get its format.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
prudloff commentedComment #4
matthieuscarset commentedThank you for reporting this issue and providing a fix.
Please forgive me for the delay in replying.
It is now merged and will be shipped in the next release soon.