πŸ‡¬πŸ‡·Greece @dspachos

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

Recent comments

πŸ‡¬πŸ‡·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.69.0 2024