Active
Project:
Entityreference Browser
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Apr 2012 at 12:53 UTC
Updated:
4 May 2012 at 16:45 UTC
Jump to comment: Most recent file
I think we also should redesign the browser. And adding an entity to the browser via javascript is not cool. So I think first we should use a table, so you can use tablesort later. And the inserting stuff should happens via ajax. I started with rebuildung the browser. Later I will work on the ajax stuff and the ctools object cache which should we use to store the selected entities.
You can find my last patch here.
Comments
Comment #1
yannickooPlease use the patch from comment #3.
The attached patch rewrites the module so that you have a
<table>instead of using an unorderered list.Comment #2
yannickooWe also should use drupal's tabledrag instead of jQuery UI Sortable.
Comment #3
yannickooComment #4
davidseth commentedI tried applying patch at http://drupal.org/node/1516308#comment-5831930 but it won't apply cleanly. Can you re-roll patch using latest changes to the branch? Thanks.
Comment #5
ohthehugemanatee commentedI'm not clear - is this patch already committed? Cause I get a table with tablesort just fine.