Closed (fixed)
Project:
OpenFed
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 Jul 2013 at 13:21 UTC
Updated:
23 Jun 2014 at 22:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Echofive commentedAll fields "reference" type using the mode selection "simple" (in each field settings).
Another method is proposed ("Views" mode).
To use this mode, we need to create a view for each fields using "reference" type.
It's a little bit long and not yet tested... but for the moment this is the only way that we have...
We need to test...
Comment #2
bart.hanssens commentedComment #3
bart.hanssens commentedadded tag
Comment #4
Babou commentedI have implemented the solution proposed above.
There are two new view's displays, each content type with a reference to download or address will be using those displays to fill the autocomplete list.
It's not possible to send a language as a parameter to this view other than the one in the URL. Which means that it's not possible to filter on the language and therefore that we show every nodes matching your search.
For instance if you are looking for a download, we will list all the downloads in all the languages available on the site (the language of the referenced download is displayed on the list, see the screenshot attached)
You will have to run a
drush cc alland then adrush fra -yfor the changes to take effect.Comment #5
Babou commentedPlease update the status.We are close to the final release so we need to know whether there are still some work to do here or not.
Thanks.