Skip to content

Commit

Permalink
Merge pull request loosolab#13 from HendrikSchultheis/filter_logical
Browse files Browse the repository at this point in the history
Fix: Filter logical
  • Loading branch information
HendrikSchultheis authored Apr 23, 2018
2 parents 10b9539 + 8643bdb commit 9204164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/and.R
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ and <- function(input, output, session, data, show.elements = NULL, element.grou
shiny::callModule(
module = orTextual,
id = openssl::sha1(names(data.r())[x]),
choices = data.r()[[x]],
choices = as.character(data.r()[[x]]),
label = parameter()$column.labels[x],
delimiter = parameter()$delimiter[x],
multiple = parameter()$multiple[x],
Expand Down

0 comments on commit 9204164

Please sign in to comment.