[ARVADOS] updated: 1.1.4-566-g2c87b580a

Git user git at public.curoverse.com
Tue Jul 10 13:59:22 EDT 2018


Summary of changes:
 apps/workbench/app/helpers/version_helper.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  2c87b580a87a55010da626d352307343f75d6d3a (commit)
      from  e2f50c08c4fc6da7065be222c2620264b521897f (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 2c87b580a87a55010da626d352307343f75d6d3a
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Jul 10 14:58:38 2018 -0300

    13668: Updates VersionHelper on workbench to read packageVersion key
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/app/helpers/version_helper.rb b/apps/workbench/app/helpers/version_helper.rb
index c372adbe1..e673c8121 100644
--- a/apps/workbench/app/helpers/version_helper.rb
+++ b/apps/workbench/app/helpers/version_helper.rb
@@ -9,10 +9,10 @@ module VersionHelper
     arvados_api_client.discovery[:source_version]
   end
 
-  # Get the package_version given in the API server's discovery
+  # Get the packageVersion given in the API server's discovery
   # document.
   def api_package_version
-    arvados_api_client.discovery[:package_version]
+    arvados_api_client.discovery[:packageVersion]
   end
 
   # URL for browsing source code for the given version.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list