Skip to content

Commit

Permalink
uppercase captureMethod enums, and order alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Whitehouse committed Nov 8, 2023
1 parent f9e60c2 commit 944e804
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" = c("file", "signature", "camera")
"captureMethods" = c("CAMERA", "FILE", "SIGNATURE")
)
)
)
Expand Down

0 comments on commit 944e804

Please sign in to comment.