From 9dd5876019e6cf608de414c09c0a7e65b720e58a Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Thu, 14 Dec 2017 23:06:59 +0100 Subject: [PATCH] 0.9.0 --- DESCRIPTION | 2 +- inst/shiny/queue_generator9/server.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ed3ac1b..f0271fc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Performs shiny application on bfabric data Author: Christian Trachsel [cre, aut], Christian Panse [cre, aut] Maintainer: Christian Trachsel -Version: 0.1.50 +Version: 0.9.0 Description: provides access modules and functions to interact with the FGCZ's bfabric system. The package contains shiny applications, e.g., to allow the FGCZ user to automatically generate a certain set of queues for thermo instruments. diff --git a/inst/shiny/queue_generator9/server.R b/inst/shiny/queue_generator9/server.R index 8d75fca..334e67a 100644 --- a/inst/shiny/queue_generator9/server.R +++ b/inst/shiny/queue_generator9/server.R @@ -265,7 +265,7 @@ shinyServer(function(input, output, session) { # https://fgcz-bfabric-test.uzh.ch/bfabric/userlab/show-workunit.html?id=154014 actionButton("download", paste("bfabric download workunit", values$wuid), - onclick = paste("window.open('https://fgcz-bfabric-test.uzh.ch/bfabric/userlab/show-workunit.html?id=", + onclick = paste("window.open('https://fgcz-bfabric.uzh.ch/bfabric/userlab/show-workunit.html?id=", values$wuid, "', '_blank')", sep='')) }else{ actionButton('generate', 'Download configuration')