Feature #19181
Updated by Peter Amstutz almost 2 years ago
Workbench collection operations should use the replace_files API. Existing operations: * Remove files or directories * Create a new collection from selected files * Copy selected files to an existing collection (was implemented previously, is presently commented out) New operations -- these should be basically are the same as the copy operations except that files are removed from their original collection locations. with the addition of * Move files or directories to a new collection * Move files or directories to an existing collection Possibly goes in a different ticket * Copy/move to existing Improve user interface for moving/copying files between directories within a collection should work when the source and destination collection are the same (i.e. within the same collection)