Closed (won't fix)
Project:
Entity Reference View Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2012 at 06:27 UTC
Updated:
4 Jan 2013 at 23:15 UTC
To solve the full workflow that might go together with referencing entities, I am missing one crucial option in this widget: the ability to create a new referenced node from within the referencing node. There is already a module implementing this for the References module, References Dialog. It would be great to see a similar feature in this widget for Entity Reference as well.
Comments
Comment #1
Tara1981 commentedThe references dialog works for entity reference too.
Comment #2
Matthew Davidson commentedAs far as I can see, References Dialog only works with autocomplete widgets, and would take quite a bit of work to make compatible with this module.
Comment #3
Tara1981 commentedI ultimately ended up using entity_connect (rather than references_dialog) with entity_reference to implement this. I couldn't get entity reference view widget to work.
Comment #4
bojanz commentedI won't be doing this. This module is complex and hard to maintain as it is.
Checkout Inline Entity Form for an alternative where you need actual management.
Having a better "Add existing"there might do the trick.
Comment #5
ashrafabedI needed the filters from this module and the ability to create new items. A temporary solution I'm using is adding a 'add new item' link to the header of the view I use for this module. Then someone could click that link, create the item, X the window out, and press 'Apply' to update results and manually add their new item. Not ideal at all, but it's something for now.
Comment #6
henrijs.seso commentedI'm struggling with same issue. Basically choice comes down to Entity Connect + Entity Reference View Widget (not yet tested if these play together) or Inline Entity Form (no views widget).