11365: "lock" collection to prevent user from deleting / renaming files until user...
authorradhika <radhika@curoverse.com>
Fri, 7 Apr 2017 21:08:14 +0000 (17:08 -0400)
committerradhika <radhika@curoverse.com>
Wed, 12 Apr 2017 16:22:07 +0000 (12:22 -0400)
commit224098499104939fccdb07b39407937c61983687
treeb7e30fb3b9ddf9085407dbe275a30019df1f7b7e
parent1b290e512496287e389424f3950f660f83c1c59b
11365: "lock" collection to prevent user from deleting / renaming files until user explicitly unlocks by clicking the button.
apps/workbench/app/assets/javascripts/edit_collection.js [new file with mode: 0644]
apps/workbench/app/assets/javascripts/selection.js.erb
apps/workbench/app/assets/stylesheets/collections.css.scss
apps/workbench/app/views/application/_content.html.erb
apps/workbench/app/views/collections/_extra_tab_line_buttons.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_files.html.erb
apps/workbench/app/views/container_requests/_extra_tab_line_buttons.html.erb
apps/workbench/test/integration/collection_upload_test.rb
apps/workbench/test/integration/collections_test.rb
apps/workbench/test/integration_helper.rb