Closed (fixed)
Project:
CKEditor 5 Premium Features
Version:
1.6.0
Component:
Plugin: Collaboration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2024 at 08:33 UTC
Updated:
29 Oct 2025 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
scott_euser commentedComment #3
salmonek commentedHi @scott_euser
We're aware of this warning. It is being kept for backwards compatibility and as for now besides displaying warning it doesn't produce errors.
DocumentList plugin is used in Comments and Collaboration (as suggestions can be commented), it allows to add list in comment (using autoformat functionality).
In Drupal up to 10.2 with CKEditor 5 versions prior to 41.0.0 there were available plugins DocumentList and List (incompatible with Drupal's core CKEditor 5 build).
CKEditor 5 v41.0.0 (v41.3.1 is in Drupal 10.3) changed the plugin names:
DocumentList -> List
List -> LegacyList
DocumentList became obsolete, but sill an alias for List
The problem with changing plugin used in the module to List would be that for sites using Drupal prior to 10.3 it would mean to change to unsupported plugin.
So up until DocumentList is kept as alias (or we'll gain info that it causes some error), we'll be willing to not put that change into official release.
In case you would like to get rid of that warning I'm posting a patch that is compatible with Premium Features v1.3.2 which chnages the plugin.
I'll set the status to postponed. We can close after chnage will land in official release.
Comment #4
scott_euser commentedOkay sounds good, and thanks for the patch!
Comment #5
scott_euser commentedI did try out the patch but actually that leads to a complete error rather than warning, so will leave it off for now.
Here is the error in case you need it:
Comment #6
salmonek commentedAttaching updated patch.
Previous one didn't change library version, so besides cache rebuild a browser's cache flush was required.
This one requires only cache rebuild.
Comment #7
mdusza commentedKeeping postponed as we're not able to resolve it as long as we support Drupal 10.2
Comment #8
jkamizato commentedPatch for 1.4-x version
Comment #9
jkamizato commentedPatch 8 was wrong.... sending #9
Comment #10
mdusza commentedComment #12
salmonek commentedIn version 1.6.0 we have bumped required Drupal version to 10.3, so we can now replace deprecated DocumentList in the next release.
The patch compatible with 1.6.0 is available through gitlab MR
Comment #13
salmonek commentedFix verified by our QA team, merget to 1.6.x
Comment #14
salmonek commentedReleased in 1.6.1 which was broken by wrong commit merge of another issue. Hotfix version 1.6.2 is already released.