Skip to content

Commit 6c5a578

Browse files
authored
Support Renaming Containers - part 2 (#93)
* update release note re: supported LK version
1 parent 5d84e61 commit 6c5a578

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rlabkey/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changes in 2.11.0
22
o Add labkey.security.renameContainer
3+
o Note: only supported for LabKey Server v23.5
34

45
Changes in 2.10.0
56
o Update documentation to reflect removal of "apikey|" and "session|" prefixes from API keys and session keys

Rlabkey/R/labkey.getQueryInfo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ labkey.getDefaultViewDetails <- function(baseUrl=NULL, folderPath, schemaName, q
3838
return(viewDetails)
3939
}
4040

41-
## internal reoutine that handles all of these
41+
## internal routine that handles all of these
4242
getQueryInfo <- function(baseUrl=NULL, folderPath, schemaName, queryName, showDefaultView=FALSE, lookupKey=NULL)
4343
{
4444
baseUrl=labkey.getBaseUrl(baseUrl)

0 commit comments

Comments
 (0)