There is a confusing usability problem when trying to edit a bundle.

1) Click Configure Bundles tab
2) Now change the bundle being displayed
3) Change an assignment setting (like disable a assignment method)
4) Click Save.

This will incorrectly save the changes to the original bundle that was active when the Configure Bundles tab was first selected. Changing the bundle via the drop-down on the Bundle edit form doesn't seem to properly update the bundle being edited.

The workaround is the FIRST select the proper bundle from the main Features listing page, THEN click the Configure Bundles tab to edit it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpotter created an issue. See original summary.

mpotter’s picture

Status: Active » Needs review
FileSize
691 bytes

Looks like this is an easy fix. The form submit was calling "getBundle" to get the "current" bundle, but that actually retrieves the default. Using "loadBundle" properly returns the current bundle being edited.

  • mpotter committed 2abcd09 on 8.x-3.x
    Issue #2796507 by mpotter: Cannot edit bundles as expected
    
mpotter’s picture

Status: Needs review » Fixed

Committed to 2abcd09.

Status: Fixed » Closed (fixed)

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