Issue #3337882: Deleted menus are not removed from content type config
1 open thread
Merge request reports
Activity
added 69 commits
-
5675df8b...5c5de42a - 68 commits from branch
project:10.1.x
- 96113225 - Update MenuDeleteForm.php, added functionality to remove associated content...
-
5675df8b...5c5de42a - 68 commits from branch
36 * @var \Drupal\Core\Entity\EntityTypeManagerInterface 37 */ 38 protected $entityTypeManager; 39 32 40 /** 33 41 * Constructs a new MenuDeleteForm. 34 42 * 43 * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager 44 * The entity type manager. 35 45 * @param \Drupal\Core\Menu\MenuLinkManagerInterface $menu_link_manager 36 46 * The menu link manager. 37 47 * @param \Drupal\Core\Database\Connection $connection 38 48 * The database connection. 39 49 */ 40 public function __construct(MenuLinkManagerInterface $menu_link_manager, Connection $connection) { 50 public function __construct(EntityTypeManagerInterface $entity_type_manager, MenuLinkManagerInterface $menu_link_manager, Connection $connection) { added 4256 commits
-
96113225...b6aef35b - 506 commits from branch
project:10.1.x
- b6aef35b...420f7b2f - 3740 earlier commits
- 44fa65a5 - Issue #1528028 by acbramley, jhedstrom, tibbsa, catch, jstoller, agentrickard,...
- ed28d46c - Issue #3461316 by amanbtr72, dcam, pasqualle, smustgrave, acbramley: Redirect...
- 4815dccf - Issue #3398767 by mondrake, daffie, alexpott, c960657, anybody: Allow...
- 2d31d3e8 - Issue #3461309 by charlliequadros, annmarysruthy, sivaji_ganesh_jojodae,...
- 9e7e57dc - Issue #3518990 by annmarysruthy, acbramley, dcam, berdir: Deprecate SyndicateBlock
- 4cf0fed2 - Issue #3385836 by acbramley, vbouchet, joachim, smustgrave, longwave:...
- c2b58306 - Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...
- b633101e - Issue #3524626 by kristiaanvandeneynde: Renderer::doRender() and...
- db6ddf92 - Issue #3496867 by dcam, drunken monkey, smustgrave, nicxvan: Uninstalling a...
- afdfb028 - Merge branch drupal:11.x into 10.1.x
Toggle commit list-
96113225...b6aef35b - 506 commits from branch
Please register or sign in to reply