Problem/Motivation

The parent selector on node edit page is wrong many times. Fix that.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

heddn created an issue. See original summary.

heddn’s picture

Status: Active » Needs review
FileSize
7.2 KB
heddn’s picture

FileSize
973 bytes
7.25 KB
Traverus’s picture

Assigned: Unassigned » Traverus
heddn’s picture

FileSize
7.29 KB
650 bytes
+++ b/src/Controller/GroupContentMenuController.php
@@ -192,7 +192,6 @@ class GroupContentMenuController extends GroupContentController {
-      'bundle' => '',

This change was troublesome w/ menu_item_extras's MenuItemExtrasMenuLinkContent::preCreate. I removed it, because without that module, there are issues when creating menu links. But let's see if this is a better method to handle it.

  • heddn committed f292983 on 8.x-1.x
    Issue #3100106 by heddn: ParentFormSelector stability
    
heddn’s picture

Status: Needs review » Fixed

Well, without this patch, modifying/adding menu items fails. This makes it better. If it is still an issue with that other contrib module, we can handle it in a follow-up.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.