- Issue created by @sophiavs
- @sophiavs opened merge request.
- 🇧🇷Brazil murilohp
Hey! The following patch has all the work done on the 🐛 Drupal 10 compatibility fixes Fixed . I hope it helps.
- 🇫🇷France paul_serval
Patch with following fixes:
replace Symfony\Cmf\Component\Routing\RouteObjectInterface
(Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_NAME is deprecated and removed in Drupal 10. Use Drupal\Core\Routing\RouteObjectInterface::ROUTE_NAME instead.)Add type on getSubscribedEvents()
(Declaration of Drupal\scheduled_updates\Routing\RouteSubscriber::getSubscribedEvents() must be compatible with Drupal\Core\Routing\RouteSubscriberBase::getSubscribedEvents(): array) - First commit to issue fork.
- First commit to issue fork.
- 🇮🇳India dipakmdhrm
@fjgarcial access checks were defaulted to TRUE in D9. We should keep that here as well.
- Status changed to RTBC
about 1 year ago 2:56pm 18 August 2023 - 🇩🇪Germany a.dmitriiev
For me the code from MR worked fine, I was able to test nodes and media scheduled publishing with embedded update runner.
Regarding the access checks in EntityQuery, probably it should be set to TRUE.
- 🇩🇪Germany a.dmitriiev
Is this module abandoned? There is still issue with Drupal 9 compatibility opened https://www.drupal.org/node/3172330 → , now there is a new issue already for Drupal 10 compatibility.
It is sad, because the module is very useful.
I think a lot of people would like to help, how to contact maintainers to move this forward?
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 7:07am 5 September 2023 - 🇨🇷Costa Rica yuvania
Using this patch I solved broken code problems, I leave it here in case anyone needs it
- last update
about 1 year ago 6 fail - Status changed to Closed: duplicate
about 1 year ago 2:31pm 13 October 2023 - 🇩🇪Germany hchonov 🇪🇺🇩🇪🇧🇬
I am closing this in favor of the one where more people worked on but with a note over there that credits are given to the folks that used to work here too.