Opened 15 years ago
Closed 13 years ago
#2729 closed enhancement (invalid)
Add a hook in sortables to generate the list of sortables
Reported by: | rfb | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hey,
I have created a nested sortable list which can only be 1 level deep. The cleanest way I've found to enforce this is to add hook into the refreshItems() which generates a different list of sortable items depending on what item I'm picking up.
Example, for my use:
if item contains a list
return list of sortables on root of list
else
return all sortables in list
Attached is a patch I've made from my changes on the most current svn trunk.
-Ryan
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | itemQuery.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This should be filed in the UI bug tracker if still relevant.
Note: See
TracTickets for help on using
tickets.
patch to svn current