deform icon indicating copy to clipboard operation
deform copied to clipboard

add a Select2SortableWidget

Open tdamsma opened this issue 3 years ago • 3 comments

Adds a Select2Sortable widget that allows drag and drop reordering of a selection. As discussed in https://github.com/Pylons/deform/issues/465

tdamsma avatar Aug 30 '20 19:08 tdamsma

@stevepiercy How do I setup testing with deformdemo? Does the widget need to be added to deformdemo first?

tdamsma avatar Aug 30 '20 19:08 tdamsma

@tdamsma correct. Complete instructions are in https://github.com/Pylons/deform/blob/master/contributing.md

stevepiercy avatar Aug 30 '20 22:08 stevepiercy

By now you have probably noticed that Travis (which runs tox) will fail for a pair of linked PRs until they are both merged to a branch. That's OK. We use tox locally first to run all the tests (or just a few while debugging) to get everything to pass. I also check out the PRs locally to verify before merging.

stevepiercy avatar Aug 31 '20 09:08 stevepiercy