Skip to content
Snippets Groups Projects
Commit 4bfc1692 authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Removed lowercase URL restriction

parent b8da6afa
No related branches found
No related tags found
2 merge requests!25Added missing requirements for CI,!24Small fixes
...@@ -67,7 +67,7 @@ setMethod("source", "i2dashboard", function(dashboard) dashboard@source) ...@@ -67,7 +67,7 @@ setMethod("source", "i2dashboard", function(dashboard) dashboard@source)
#' @rdname i2dashboard-methods #' @rdname i2dashboard-methods
setMethod("source<-", "i2dashboard", function(dashboard, value) { setMethod("source<-", "i2dashboard", function(dashboard, value) {
dashboard@source <- tolower(as.character(value)) dashboard@source <- as.character(value)
dashboard dashboard
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment