[ARVADOS] updated: 4917bb2c0b7194af05a6e41c461f8a0acce1540d

git at public.curoverse.com git at public.curoverse.com
Thu Aug 28 16:12:27 EDT 2014


Summary of changes:
 apps/workbench/app/assets/javascripts/selection.js | 4 ----
 sdk/python/tests/test_arv_put.py                   | 7 ++++---
 2 files changed, 4 insertions(+), 7 deletions(-)

       via  4917bb2c0b7194af05a6e41c461f8a0acce1540d (commit)
       via  2679a9f68531ee7c29ee4e1d68faef408de92d48 (commit)
       via  f2d89d3e3b173f57ff817c373e48b807fe270518 (commit)
      from  0b0070702a59ca73d8bdd7bc117c63efff932ede (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4917bb2c0b7194af05a6e41c461f8a0acce1540d
Author: radhika <radhika at curoverse.com>
Date:   Thu Aug 28 16:09:11 2014 -0400

    3637: remove "Copy selections" and "Move selections" options from clippy in topnav.

diff --git a/apps/workbench/app/assets/javascripts/selection.js b/apps/workbench/app/assets/javascripts/selection.js
index b16ee9d..4ab0295 100644
--- a/apps/workbench/app/assets/javascripts/selection.js
+++ b/apps/workbench/app/assets/javascripts/selection.js
@@ -57,10 +57,6 @@ jQuery(function($){
         $("#persistent-selection-count").text(lst.length);
         if (lst.length > 0) {
             html = '<li><a href="#" class="btn btn-xs btn-info" id="clear_selections_button"><i class="fa fa-fw fa-ban"></i> Clear selections</a></li>';
-            if (this_object_uuid.match('-j7d0g-')) {
-                html += '<li><button class="btn btn-xs btn-info" type="submit" name="copy_selections_into_project" id="copy_selections_into_project"><i class="fa fa-fw fa-copy"></i> Copy selections into this project</button></li>';
-                html += '<li><button class="btn btn-xs btn-info" type="submit" name="move_selections_into_project" id="move_selections_into_project"><i class="fa fa-fw fa-truck"></i> Move selections into this project</button></li>';
-	    }
             html += '<li><button class="btn btn-xs btn-info" type="submit" name="combine_selected_files_into_collection" '
                 + ' id="combine_selected_files_into_collection">'
                 + '<i class="fa fa-fw fa-archive"></i> Combine selected collections and files into a new collection</button></li>'

commit 2679a9f68531ee7c29ee4e1d68faef408de92d48
Merge: 0b00707 f2d89d3
Author: radhika <radhika at curoverse.com>
Date:   Thu Aug 28 16:05:28 2014 -0400

    Merge branch 'master' into 3637-copy-selections


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list