Skip to content

Commit

Permalink
Merge pull request #106 from jamiewhths/fix-ai-3786
Browse files Browse the repository at this point in the history
AI-3786: Fix test (use char vector rather than list, uppercase enums)
  • Loading branch information
akbertram authored Nov 8, 2023
2 parents c67ef17 + 944e804 commit 7721cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/formField.R
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ attachmentFieldSchema <- function(label, description = NULL, code = NULL, id = c
list(
typeParameters = list(
"cardinality" = "multiple",
"captureMethods" = list("file", "signature", "camera")
"captureMethods" = c("CAMERA", "FILE", "SIGNATURE")
)
)
)
Expand Down

0 comments on commit 7721cb6

Please sign in to comment.