Closed (fixed)
Project:
Flexi Access
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Oct 2013 at 18:21 UTC
Updated:
26 Feb 2014 at 10:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rudolfbykerI have implemented this feature. I was aiming for the use of a table, which worked very well under some circumstances, and not at all under others. See http://drupal.stackexchange.com/questions/90282/d7-fapi-unexpected-bahvi... for more info. This link is also in the code, until it gets resolved.
Patch attached, please test and let me know if there are bugs!
Comment #2
gisleThis feature has now been committed and is included in the latest 7.x-1.x-dev release.
Please review. I'll push it to a new official version as soon as I get some feedback from the community that it works and is stable.
Comment #3
rudolfbykerWhen there are no content types enabled on the Flexi Access config page, then an SQL error is generated in the autocomplete function, because the IN clause gets an empty argument. Here is a patch. Corrected with
if (!empty(...))Comment #4
gislePatch in #3 committed to the repository.
Comment #5
gisleThis feature is in ver. 7.x-1.1.