[ARVADOS] updated: 9bda231180fc58e67b0c322c16be223154965b66
git at public.curoverse.com
git at public.curoverse.com
Wed Jun 11 12:29:36 EDT 2014
Summary of changes:
apps/workbench/app/assets/javascripts/editable.js | 3 +++
apps/workbench/app/helpers/application_helper.rb | 6 +++---
services/api/app/controllers/arvados/v1/schema_controller.rb | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
via 9bda231180fc58e67b0c322c16be223154965b66 (commit)
via 85ce092000d72c5dda03bd4763c9613bb9a46437 (commit)
via 5da7bddd63790e524e4b22a6944a92065409241d (commit)
via 0548dd424d6f21f3eb97f3e98d37a604b44b025a (commit)
from 7ccba0ea6cb9916a1bad55f13cc45029f0bc37bd (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 9bda231180fc58e67b0c322c16be223154965b66
Author: radhika <radhika at curoverse.com>
Date: Wed Jun 11 12:22:32 2014 -0400
2871: fix the typo caught by integration test
diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index 426a825..2b7ec14 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -265,7 +265,7 @@ module ApplicationHelper
if attrvalue and !attrvalue.empty?
links_for_object(attrvalue).each do |link|
if link.link_class.in? ["tag", "identifier"]
- attrtext += " [#{tag.name}]"
+ attrtext += " [#{link.name}]"
end
end
selectables.append({name: attrtext, uuid: attrvalue, type: dataclass.to_s})
@@ -280,8 +280,8 @@ module ApplicationHelper
links_for_object(itemuuid).each do |link|
if link.link_class.in? ["tag", "identifier"]
selectables.each do |selectable|
- if selectable['uuid'] == tag.head_uuid
- selectable['name'] += ' [' + tag.name + ']'
+ if selectable['uuid'] == link.head_uuid
+ selectable['name'] += ' [' + link.name + ']'
end
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list