Thank 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.
Automatically closed - issue fixed for 2 weeks with no activity.
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/add
The code should call isNew()
on the editor before trying to get its format.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank 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.
Automatically closed - issue fixed for 2 weeks with no activity.