[ARVADOS] updated: 4c517008ac098b8bd107ed22edce0c50ba20f648
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 2 15:27:33 EDT 2014
Summary of changes:
apps/workbench/app/assets/javascripts/selection.js | 2 +-
apps/workbench/app/views/projects/_show_tab_contents.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 4c517008ac098b8bd107ed22edce0c50ba20f648 (commit)
from 0e0279e2566ff5ee19a741961dd21b3e2ab310db (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 4c517008ac098b8bd107ed22edce0c50ba20f648
Author: radhika <radhika at curoverse.com>
Date: Tue Sep 2 15:26:59 2014 -0400
3637: copy selected items
diff --git a/apps/workbench/app/assets/javascripts/selection.js b/apps/workbench/app/assets/javascripts/selection.js
index f8c0329..c82b6ef 100644
--- a/apps/workbench/app/assets/javascripts/selection.js
+++ b/apps/workbench/app/assets/javascripts/selection.js
@@ -216,7 +216,7 @@ function enable_disable_selection_actions() {
closest('li').
toggleClass('disabled',
($checked.filter('[value*=-j7d0g-]').length > 0) ||
- (($checked.not('[value*=-d1hrv-]').length > 0) && ($checked.filter('[value*=-]').length < 0)));
+ ($checked.length < 1));
}
$(document).
diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
index ffa380c..7267bc9 100644
--- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb
+++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
@@ -18,7 +18,7 @@
action_method: 'post',
action_data_from_params: ['selection'],
action_data: {
- move_selections_into_project: true,
+ copy_selections_into_project: true,
selection_param: 'uuid',
success: 'page-refresh'}.to_json),
'data-remote' => true,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list