Problem/Motivation
Hello project maintainers,
This is an automated issue to help make this module compatible with Drupal 11.
Changes will periodically be added to this issue that remove deprecated API uses. To stop further changes from being posted, change the status to anything other than Active, Needs review, Needs work or Reviewed and tested by the community. Alternatively, you can remove the "ProjectUpdateBotD11" tag from the issue to stop the bot from posting updates.
The changes will be posted by the Project Update Bot official user account. This account will not receive any issue credit contributions for itself or any company.
Proposed resolution
You have a few options for how to use this issue:
- Accept automated changes until this issue is closed
If this issue is left open (status of Active, Needs review, Needs work or Reviewed and tested by the community) and the "ProjectUpdateBotD11" tag is left on this issue, new changes will be posted periodically if new deprecation fixes are needed.
As the Drupal Rector project improves and is able to fix more deprecated API uses, the changes posted here will cover more of the deprecated API uses in the module.
Patches and/or merge requests posted by others are ignored by the bot, and general human interactions in the issue do not stop the bot from posting updates, so feel free to use this issue to refine bot changes. The bot will still post new changes then if there is a change in the new generated patch compared to the changes that the bot posted last. Those changes are then up to humans to integrate.
- Leave open but stop new automated changes.
If you want to use this issue as a starting point to remove deprecated API uses but then don't want new automated changes, remove the "ProjectUpdateBotD11" tag from the issue and use it like any other issue (the status does not matter then). If you want to receive automated changes again, add back the "ProjectUpdateBotD11" tag.
- Close it and don't use it
If the maintainers of this project don't find this issue useful, they can close this issue (any status besides Active, Needs review, Needs work and Reviewed and tested by the community) and no more automated changes will be posted here.
If the issue is reopened, then new automated changes will be posted.
If you are using another issue(s) to work on Drupal 11 compatibility it would be very useful to other contributors to add those issues as "Related issues" when closing this issue.
Remaining tasks
Using the patches
- Apply the latest patch in the comments by Project Update Bot or human contributors that made it better.
- Thoroughly test the patch. These patches are automatically generated so they haven't been tested manually or automatically.
- Provide feedback about how the testing went. If you can improve the patch, post an updated patch here.
Using the merge request
- Review the merge request and test it.
- Thoroughly test the changes. These changes are automatically generated so they haven't been tested manually or automatically.
- Provide feedback about how the testing went. If you can improve the merge request, create a new branch and merge request and work from there.
Warning: The 'project-update-bot-only' branch will always be overwritten. Do not work in that branch!
Providing feedback
If there are problems with one of the changes posted by the Project Update Bot, such as it does not correctly replace a deprecation, you can file an issue in the Drupal Rector issue queue. For other issues with the bot, for instance if the issue summary created by the bot is unclear, use the Project analysis issue queue.
| Comment | File | Size | Author |
|---|---|---|---|
| #41 | 3434080-41.patch | 30.56 KB | brahmjeet789 |
| #40 | 3434080-38.patch | 32.06 KB | brahmjeet789 |
| #36 | 3434080-36.patch | 39.09 KB | brahmjeet789 |
| #35 | Screenshot from 2025-07-04 17-02-17.png | 125.39 KB | brahmjeet789 |
| #30 | Screenshot from 2025-06-30 17-10-40.png | 116.44 KB | brahmjeet789 |
Issue fork quickedit-3434080
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:
- 3434080-automated-drupal-11
changes, plain diff MR !18
- project-update-bot-only
changes, plain diff MR !16
Comments
Comment #2
project update bot commentedThis is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module, even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.ymlfile for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
These packages were used to generate the fixes:
Comment #5
project update bot commentedThis is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module, even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.3, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.ymlfile for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
These packages were used to generate the fixes:
Comment #12
vladimiraus@ankitv18 why would you remove
upgrade statusci pipeline?Also,
phpstanpipelines need more love.Comment #13
ankitv18 commentedBasically upgrade_status reports same as phpstan so it's ideal to avoid running extra jobs and just focusing on to fix phpunit first then I'll restore the upgrade_status in the pipeline.
Comment #14
ankitv18 commentedComment #15
ankitv18 commentedComment #16
vladimirausNeed to fix
phpuniterrors and the followingphpstanerrorsComment #18
chandu7929 commentedThe remaining tests are failing because the library
quickedit.inPlaceEditor.formattedTextis not attached during testing. I will investigate further to determine the root cause.Comment #19
chandu7929 commentedI have fixed most of the failing tests only 2 similar test are failing.
Comment #20
deepakkm commentedCreated a separate issue to cover the 2 pipeline issue and require a fresh set of eyes on them as that has dependency on ckeditor 5 module. Hence moving this ticket into review.
Comment #21
darrenwh commentedI'm trying to apply this patch agains version 1.0.3 and it does not work, it only seems to work with 1.0.x, should this be the case?
I'm currently just adding the patch under extra, patches in my composer.json file.
Setting as needs review as I would expect it to apply.
Comment #22
deepakkm commentedYes @darrenwh , you cannot apply a patch for this module for an older version, you need to apply against dev [1.0.x].
Note: You can update your composer.json to load quickedit module dev version and then apply the patch in extra section and it will work fine.
Comment #23
pfolk commentedWith these patches is quickedit working in Drupal 11?
Comment #24
albert volkman commentedWorks great!
Comment #25
abhineshThanks — works flawlessly! RTBC +1. Eagerly awaiting the release.
Comment #26
jatinkumar1989 commentedThanks this works Great !!
Comment #27
igorgoncalves commentedRTBC + 2
Works great on my Drupal 11.2.0 clean install.
I will leave below the steps that i had to follow, maybe can help someone else in the future too.
Check it out this page
I ran this commands to start from stratch, using ddev:
** This was done to remove a barrier with getting extensions installed via Composer to work on making modules Drupal 11 ready.
After that i created a test article and the result works as expected i could change the title of my article.
Comment #28
murilohp commentedJust a static patch of the MR to be used on composer.
Comment #29
igorgoncalves commentedHey Murilo,
you could just add ".diff" at the end of the MR link, and we are go to go on composer. :)
Like: https://git.drupalcode.org/project/quickedit/-/merge_requests/18.diff
Comment #30
brahmjeet789 commented@mutilohp: i am not able to apply patch , please check my screenshot for the same , please let me know if am doing anything wrong in the project.
Comment #31
brahmjeet789 commentedComment #32
igorgoncalves commentedHi @brahmjeet789, Murilo just tried to give us another way to fix with the MR we currently have.
did you tried to check the proposal MR with the steps at #27?
Comment #33
murilohp commented@igorgoncalves the issue with using a direct link to the merge request (MR) is that I can't lock it to a specific version. If someone updates the MR, I'll always receive the latest version. This means if someone commits something incorrect, I'll end up with that version.
@brahmjeet789, the patch is basically the content of the merge request, since the MR is pointing to the dev branch, you'll have to use it, here I'm applying it to the dev-1.0.x#62e8dd618, my composer has the following requirement
I hope this helps you. And moving this back to RTBC
Comment #34
igorgoncalves commentedYou're right Murilo.
Thanks for the update.
Comment #35
brahmjeet789 commented@murilohp : still ihave got an errro when i am using dev branch , could you please check it , please help me to resolve this issue .
Comment #36
brahmjeet789 commented@murilohp : i have created patch for the same , please look into it , if it is fine , please let me know.
Comment #37
brahmjeet789 commentedComment #38
brahmjeet789 commented@Murilohp: added new revised patch for the same. please check and let us know if it is fine with latest branch.
Comment #39
brahmjeet789 commentedComment #40
brahmjeet789 commentedComment #41
brahmjeet789 commented@Murilohp: added new revised patch for the same. please check and let us know if it is fine with latest branch.
Comment #42
rahul_ commentedHello Team,
When we will get the Drupal 11 compatible release ?
Thanks
Comment #43
keshavv commentedCan we get the D11 version released, please?
Comment #44
vladimirausLooks good. Tested on D11.
Comment #45
albert volkman commentedPlease create a Drupal 11 release.
Comment #46
vladimirausThank you. Committed. 🍻