Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 13:42 UTC
Updated:
24 Sep 2011 at 22:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
smk-ka commentedThe attached patch restores the original behavior.
Comment #2
dawehneroptions is definitive missing in this function. Please look at the parent class how the method signature is there, changing it can cause new notices as well.
Comment #3
smk-ka commentedOops, changing views_plugin_argument_default_taxonomy_tid wasn't my intention. Reverted that change.
Comment #4
smk-ka commentedComment #5
dawehnerI think the proper fix is to change options_submit here as well, because if $form_state['values']['vocabularies'] doesn't exist for argument_default_taxonomy_term as well.
This bug was caused by the UI rewrite, which changed quite some logic in the argument form.
Comment #6
dawehnerTo get this in, really some kind of additional feedback is required.
Comment #7
OldAccount commentedThe patch in #5 seems to have worked for me, also fixed http://drupal.org/node/1254548. My view still isn't working, but at least I'm not getting those warnings anymore.
Comment #8
dawehnerThanks for providing feedback on this patch. Commited to 7.x-3.x
Additional thanks for creating the report and providing a patch!