Bug Tracker

Ticket #2729 (new enhancement)

Opened 8 months ago

Add a hook in sortables to generate the list of sortables

Reported by: rfb Assigned to: paul
Type: enhancement Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

itemQuery.patch (1.9 kB) - added by rfb 8 months ago.
patch to svn current

Change History

Changed 8 months ago by rfb

patch to svn current

Note: See TracTickets for help on using tickets.