Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 17:17 UTC
Updated:
27 Nov 2009 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunWrong string concatenation here (there should be a space on both sides of the period)
Looking at the real function signature of field_info_isntance(), I somehow wonder how the code was able to work before... is $instance used at all in this function?
I'm on crack. Are you, too?
Comment #2
dries commentedThis smells like we need more/better tests. ;-)
Comment #3
yched commentedDoh, taxonomy_autocomplete() in fact doesn't use the $instance - rightly so, AFAICT there's no instance-level stuff that would affect its behavior.
Well, that's different, then - it doesn't need the $bundle param either.
Comment #4
sunBut what happened to this nicety now?
This review is powered by Dreditor.
Comment #5
yched commentedAh, right, I rolled a new patch from scratch but forgot the
$instance['widget']['settings']['autocomplete_path']bit.Comment #6
sunGreat! :)
Comment #7
dries commentedCommitted to CVS HEAD. Thanks yched.