- Issue created by @ducktape
- @ducktape opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:33am 30 June 2023 -
nginex β
committed 161512f4 on 4.0.x authored by
ducktape β
Issue #3371511: Prepare custom code for a new Drupal major version
-
nginex β
committed 161512f4 on 4.0.x authored by
ducktape β
- Status changed to Fixed
over 1 year ago 9:04am 30 June 2023 - Status changed to Needs work
over 1 year ago 1:18pm 13 July 2023 - π§πͺBelgium Thomasdbcklr
We are using the following which are deprecated functions in D10 and will not work
$theme_path = drupal_get_path('theme', 'rocketship_theme_starter');
$variables['title'] = render($variables['page']['#title']);
Would have liked to create a start point already but it seems the ['page']['#title'] has been changed as well and needs further looking into.
- Status changed to Fixed
over 1 year ago 10:49am 18 July 2023 - π΅πΉPortugal Jolidog
$theme_path = drupal_get_path('theme', 'rocketship_theme_starter');
Is handled on https://www.drupal.org/project/rocketship_theme_generator/issues/3368324 π Replace Classy core theme by contrib theme FixedWhile
$variables['title'] = render($variables['page']['#title']);
Will be handled on https://www.drupal.org/project/rocketship_theme_generator/issues/3375220 π Remove render function to get page title Fixedtherefor keeping this ticket as fixed
Automatically closed - issue fixed for 2 weeks with no activity.