You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In manage_collection view, allow toggling a multi-select mode that would allow, with either checkboxes or click-to-select-and-highlight, to select multiple items, including across sub-collections and including sub-collections themselves, and to then perform an operation on all selected/highlighted items.
The operations are:
drag to a new location (using existing drag-and-drop visual implementation).
delete (destroying the membership in the edited collection, i.e. the CollectionItems, not the items themselves from the catalog, of course)
we use pretty complex html layout with a lot of scripting, so it can cause some issues (actually this is the reason why I've implemented multiselect on my own instead of using jQuery-UI selectable)
those hacks and plugin were created several years ago, so there could be some compartibility issues related to browser/jQuery versions.
Not sure if we can resolve them quickly. Should I invest more time in multiitem-dragging support?
In manage_collection view, allow toggling a multi-select mode that would allow, with either checkboxes or click-to-select-and-highlight, to select multiple items, including across sub-collections and including sub-collections themselves, and to then perform an operation on all selected/highlighted items.
The operations are:
The text was updated successfully, but these errors were encountered: