[Bug]: The verification status of the teal_data
object is lost making all data to be unverified
#1069
Closed
3 tasks done
What happened?
As pointed out over here insightsengineering/teal.modules.clinical#919 (comment)
even when a verified
teal_data
object is passed into the init it becomes unverified when it reaches the modules.This happens because we always create a teal_data object without verifying in the .datasets_to_data function.
Changes to be made:
teal.data::teal_data
so that it can handlecheck = TRUE
case.teal
module server functions to properly pass the check into this function.Example apps for testing:
sessionInfo()
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: