Closed (fixed)
Project:
Autocomplete Node Finder
Version:
5.x-3.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2009 at 19:19 UTC
Updated:
12 Aug 2009 at 03:30 UTC
Hi,
thanks for this cool module.
I encountered a problem using it with forum:
The dropdown shows threads, to which users have no access because of their role. This results in "access denied" if they want to view such threads. So content is safe, but people know, the thread/data is there! This may rise evil thoughts or make users feel excluded.
Is is possible to filter the dropdownlist with (the) enabled access module(s), i.e. forum_access
thanks
Comments
Comment #1
danielb commentedHere is possibly the solution
find this line in the module
right before it add this line:
Don't have time to check it now.
Comment #2
maulwuff commentedHi,
thanks for your fast reply.
I modified the code accordingly and it works great.
Please add it to the next release.
Comment #3
danielb commentedthanks for trying it, I will commit!