@bcizej, thank you for the update! I appreciate the information about the module being obsolete since Drupal 10.2.
#8 📌 Automated Drupal 11 compatibility fixes for media_revisions_ui Needs review works for me.
It's still not implemented and I'd love to use such thing. I am following this issue to get latest updates on that.
Although, it's now compatible but still needs to replace two dereciations. See the screenshot below:
I have applied the PR as a patch and works for me as expected. Thanks
I had my own custom queue and I was also facing the same error after upgrading Drupal 9.5
to 10.3
. I followed the
comment#11
🐛
At time to run cron: Trying to access array offset on value of type null in web/core/lib/Drupal/Core/Cron.php
Active
, it fixes the error.
In my case $worker->getPluginDefinition()
didn't return any array with the sub-array "cron" because it was empty.
However, using the repository works for me.
I tested by applying the the PR as a patch and it doens't work for me.
- Applying patches for drupal/file_delete
https://git.drupalcode.org/project/file_delete/-/merge_requests/12.diff (Drupal 11 compatibility fixes for file_delete -- issue#3483247)
Could not apply patch! Skipping. The error was: Cannot apply patch https://git.drupalcode.org/project/file_delete/-/merge_requests/12.diff
I agree. Thank you @nicxvan.
I appreciate the idea of generating dynamic permissions using services and tags, rather than relying on permission callbacks. The current implementation in the GraphQL 4 module utilizes the service name as a permission callback, which leads to errors on installin the module via drush because the service is not be registered at the time permissions are being generated. By adopting a service-based approach, this issue would be resolved in future releases, ensuring smoother functionality and enhanced reliability. See the issue service class does not exist on installing 🐛 service class does not exist on installing Active .
usmanjutt84 → created an issue.
Updated the "Change record" URL.
Updating the proposed solution.
usmanjutt84 → created an issue.
usmanjutt84 → changed the visibility of the branch 3485291-error-on-uninstalling to active.
usmanjutt84 → changed the visibility of the branch 3485291-error-on-uninstalling to hidden.
The patch fixes the issue for me.
usmanjutt84 → created an issue.
The patch file name is fixed for #6 🐛 Getting wrong user name on the downloaded certificate Needs work
@no-sssweat, thanks for the patches.
In the template preprocess, the user is needed to be fetched from the route parameters (user) as it is used on the certificate to indicate the recipient to whom the certificate is awarded. This solves the wrong name issue for the group owner while downloading the certificate for another recipient.
The patch#147 🐛 If you don't want to translate your URL alias, the original URL alias won't work with your translations Needs work did the trick for me on Drupal 9.4.8 with PHP 8.1. Thanks
It's again happening with 3.0.0-alpha7
version with Drupal 10.2.7
.
Do we have any update on this issue?
Is there any plan to do that?
Looks like Linkit → module works perfectly with ckEditor 5 module in Drupal 10. I am already using it in one of my project.
I am using ckeditor_tableselection module in one of my project and now the time is to upgrade Drupal 9 to 10. So, this module I am using with ckEditor4 and no it's obsoleted for ckEditor 5 that's I wante dto updated the document.
usmanjutt84 → created an issue.
@divyansh, I am also trying to create similar functionality using Auto Unblock Users → module.
This is now available.