Closed (cannot reproduce)
Project:
FileField Sources
Version:
7.x-1.4
Component:
Source: Auto-complete
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2011 at 16:09 UTC
Updated:
30 Jul 2012 at 04:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
WorldFallz commentedi just realized (duh), that the field_access check is only for the 'edit' op-- so back to the drawing board!
Comment #2
quicksketchLooks like autocomplete is totally bunk because it's not even including the file name in the query! This patch fixes the problem, though it's still case-sensitive as noted in #1568588: Case sensitve on autocomplete field since drupal 7.14
Comment #3
quicksketchOh, nevermind, I'm totally wrong here. In any case the adding of db_like() is a good thing to handle. I've added this patch over in #1704932: Wrap autocomplete widget query in db_like() to escape special symbols. As for your original problem, I haven't been able to confirm it and we haven't had any other reports in 9 months. If the problem is still happening and you can provide a description of how to reproduce the problem, please reopen.
Comment #3.0
quicksketchsmall correction