Closed (fixed)
Project:
Taxonomy display
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
1 May 2011 at 06:00 UTC
Updated:
23 May 2011 at 00:36 UTC
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
Comment #1
vito_swat commentedActually 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.
Comment #2
codycraven commentedConfirmed 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.
Comment #3
codycraven commentedThis 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.
Comment #4
vito_swat commentedWorking great, thanks.