Steps to reproduce:
You need: Taxonomy display without display suite, views (current dev)

1. Prepare some view with only page display.
2. go to the Taxonomy display and choose Associated content display as view.
3. Choose your view
4. After the selection in View's display drop down you will be able to choose the master and the block display but the views has no block display definied.

This may be related with #1141690: View's display dropdown not updated after you choose views as if you save settings and revisit page all is OK.

Comments

vito_swat’s picture

Actually the steps to reproduce are:

0. Prepare the views with only blosk display. Name it "a_views" to be first on the list
1. Prepare some view with only page display. Name the views "b_views".
2. go to the Taxonomy display and choose Associated content display as view. By default it will be the a_views with master and block display - ok.
3. Choose "b_views" view.
3.5 because of #1141690: View's display dropdown not updated after you choose views the View's display drop down is not updated.
4. After the selection in View's display drop down you will be able to choose the master and the block display but the b_views has no block display definied.

codycraven’s picture

Assigned: Unassigned » codycraven

Confirmed issue on a base install of Drupal, without DS ever having been installed.

This issue came from $form_state missing from _taxonomy_display_admin_form_build_plugin_form() when the code was unified.

codycraven’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Status: Active » Fixed

This issue only occurred when Ajax was being used in the handler's form - which the Views handler does.

I've committed a fix to 7.x-1.x-dev.

vito_swat’s picture

Working great, thanks.

Status: Fixed » Closed (fixed)

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