Account created on 25 June 2009, over 15 years ago
#

Recent comments

🇬🇷Greece dspachos

Patch enhanced to coner also the getUrlIfValidWithoutAccessCheck()

🇬🇷Greece dspachos

I can confirm as well (latest Mac OS - Safari)

🇬🇷Greece dspachos

I cannot reproduce in fresh 9.5.x installation, need some more details about it

🇬🇷Greece dspachos

Hi! I cannot reproduce, can you please provide detailed steps on how to reproduce the issue?

🇬🇷Greece dspachos

Hi, you need to implement a custom hook, something like that:

/**
 * Implements hook_menu_local_tasks_alter()
 */
function MYMODULE_menu_local_tasks_alter(&$data, $route_name, RefinableCacheableDependencyInterface &$cacheability) {
  if ($route_name == 'system.admin_content') {
    unset($data['tabs'][1]['content_moderation.content']);
  }
}

Production build 0.71.5 2024