Problem/Motivation
Drupal 11 is released. So make this module compatible with Drupall 11.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | search_api_attachments-pipeline-results-1.jpg | 130.98 KB | mably |
Issue fork search_api_attachments-3474910
Show commands
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 #4
rushikesh raval commentedI have created merge request for making this module to Drupal 11 ready. I have successful used this module in my drupal 11
Comment #9
mably commentedCreated a new MR (27) that passes all Gitlab CI validations 🎉
EDIT: It looks like the unit test is not really running. Don't know how to fix that.
Comment #10
mably commentedComment #11
mably commentedMR 27 has been successfully tested on Drupal 11 with the Solr Extractor.
FYI this MR also includes some small improvements.
For example the
$textExtractorPluginManagerproperty of theTextExtractorFormSettingsform was not properly serialized/deserialized when the form was cached because the property wasprivate. Setting it toprotectedsolved the problem and allowed to do some cleaner dependency injection.Problem and solution described here:
https://www.drupal.org/docs/drupal-apis/services-and-dependency-injectio...
If current maintainer is interested, I'm willing to help as a co-maintainer for simple maintenance tasks and issues processing.
Testing on Drupal 11
To test on Drupal 11, add the following lines to your
composer.jsonrepositories section:and then run:
Comment #14
mably commentedMR 27 now includes the fix from the issue #3463985: Replace already legacy value 'replace' in form #ajax method.
Comment #15
dco commentedHi,
It seems that the branch is ready to merge.
Could we expect to be done soon ?
Or what is blocking the merge ?
I'm ready to help if needed...
Comment #17
izus commentedThank you very much
Here it is https://www.drupal.org/project/search_api_attachments/releases/10.0.0
Comment #18
izus commented