Issue version should be bump to 3.0.x, right ?
And the gitlab CI variable OPT_IN_TEST_PREVIOUS_MAJOR should be deleted, to reset to default value (which is 0) ?
Hi @natts, I hope to be able to progress during today scrum this afternoon.
Branch 2.x will not be compatible with Drupal 11 (drush generator command).
Hi MacSim,
Yes for drush command it's simple but not so much for some generator command.
In subentity (2.x) the generator is depending on the class ModuleGenerator. This class does not exist anymore in DCG 3.x (include in drush 12).
In this regard, we have chosen to create a new branch for drush 12 compatibility.
You can use this
release β
on your projects already in Drupal 10.2.x.
Regards,
Hi Nicolas,
The subentity module is not compatible with Drush 12, at version 2.x.
You can either wait for a release on the 3.x branch or downgrade to drush 11 on your project.
Regards,
Should we open a new issue or reopen this one to include JamieP comment from Facets issue ?
https://www.drupal.org/project/facets/issues/3046872#comment-15306843
π
ResourceNotFoundException with ajax facets when site running in subfolder
Needs review
Hoping to resolve this issue in spring of next year.
I have already created a github project : https://github.com/pazairfog/ckeditor-plugin-descriptionlist
@harlor, you are right. That's why I created a tag for D10 compatibility.
Hi everyone,
Thanks for your feedbacks and for your interest in the project.
I am confused as to why there is a dependency on the Contrib CKEditor (v4) project, when this project explicitly states to support the Core CKEditor (v5) project.
In fact, the project summary state that the module require ckeditor from core. At the time that it was written, the ckeditor version was 4.x.
The CKEditor plugin "descriptionlist" is compatible with CKEditor v4 and the JS library it's based on only work with CKEditor v4 too.
Some works are on standby on both subjects but I can't put some times into it for the moment.
At least, I will update the project summary to reflect what I said here to clarify what the requirements are.
Regards,
Thanks
Hi Nicolas S,
I think it was just a missing use statement in the controller, from commit 9d06f19.
Regards,
Thanks Bakop for the report, I was working on it locally.
This will be fixed in the next release, it's already done on the dev branch.
anfor β made their first commit to this issueβs fork.