[ARVADOS] updated: 93ba131c85e89a3e4a2d8fc6f7dcf5d8de3818eb
git at public.curoverse.com
git at public.curoverse.com
Mon Apr 13 12:01:56 EDT 2015
Summary of changes:
apps/workbench/app/helpers/application_helper.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 93ba131c85e89a3e4a2d8fc6f7dcf5d8de3818eb (commit)
via 6564944612790934531a3c30e6ab2cab6f329461 (commit)
from e5658ecaa629572c5fe8e459f4f0630f28a4317f (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 93ba131c85e89a3e4a2d8fc6f7dcf5d8de3818eb
Author: Radhika Chippada <radhika at curoverse.com>
Date: Mon Apr 13 12:01:33 2015 -0400
5365: when the attrvalue is not a uuid, link_to_if_arvados_object
diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index 8922f33..72f961f 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -180,7 +180,7 @@ module ApplicationHelper
def link_to_arvados_object_if_readable(attrvalue, link_text_if_not_readable, opts={})
resource_class = resource_class_for_uuid(attrvalue)
if !resource_class
- return link_text_if_not_readable
+ return link_to_if_arvados_object attrvalue, opts
end
if resource_class.to_s == 'Collection'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list