- Issue created by @sonam_sharma
- First commit to issue fork.
- @elber opened merge request.
- Status changed to Needs review
over 1 year ago 5:51pm 6 June 2023 - 🇧🇷Brazil elber Brazil
Hi I fixed the error regarding to this issue but theme has a lot of work to be compatible with drupal 10.
My suggestion is open another issue to fix all this errors
- Status changed to Needs work
over 1 year ago 11:05am 3 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary should always describe what should be fixed/changed. Neither the title nor screenshots are sufficient to describe what the issue is, even in the case a patch is provided.
In the case of a bug, the description should also list the steps necessary to reproduce the issue, starting from when the module/theme is installed. - Status changed to Needs review
over 1 year ago 10:52am 4 August 2023 - Status changed to Needs work
over 1 year ago 8:47am 6 August 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Drupal has never had a
drupal_get_patch()
function. - Status changed to Needs review
over 1 year ago 12:33pm 7 August 2023 - 🇧🇷Brazil elber Brazil
it was used in drupal7 (https://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_...)
- 🇮🇹Italy apaderno Brescia, 🇮🇹
That is
drupal_get_path()
, notdrupal_get_patch()
. - Status changed to Needs work
over 1 year ago 8:31am 8 August 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Furthermore, that is not the only function that has been deprecated and then removed in a successive major release. Let's fix all those calls to functions that Drupal 10 does not implement anymore.
- Status changed to Closed: duplicate
over 1 year ago 11:08am 8 August 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
This is already handled in 📌 Automated Drupal 10 compatibility fixes Needs work .