The functionality seems to work pretty good even filtering with entity reference view. Here are some thoughts on the ui part though for consideration:
1. Allow the labels "Available entities" and "Selected entities" to be altered in field edit setup to be more user friendly terminology for non-technical users.
2. Consider wrapping the list in div and adjusting css to 50% width for the container divs like example instead of 300px.

Example...

<div class="entityreference-dragdrop-widget-wrapper">
<div class="entityreference-dragdrop-container-available">
<div class="label"></div>
<ul></ul>
</div>
<div class="entityreference-dragdrop-container-selected">
<div class="label"></div>
<ul></ul>
</div>
</div>

Comments

  • sergei_brill committed 12b4f95 on 7.x-1.x
    Issue #2355127 by apmsooner: Added ability to alter labels.
    

  • sergei_brill committed eba3551 on 7.x-1.x
    Issue #2355127 by apmsooner: Changed html-layout for the widget.
    
sergei_brill’s picture

Status: Active » Closed (fixed)