You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "disease_status_at_followup" = "Progession NOS", the "relapse_type" and "relapse_interval" fields should be required. Instead, it reports an error 'relapse_type' cannot be provided if 'disease_status_at_followup' is not a state of progression, relapse, or recurrence. This is because the validation script only matches on "progression" at the end of the string:
Describe the bug
When "disease_status_at_followup" = "Progession NOS", the "relapse_type" and "relapse_interval" fields should be required. Instead, it reports an error
'relapse_type' cannot be provided if 'disease_status_at_followup' is not a state of progression, relapse, or recurrence.
This is because the validation script only matches on "progression" at the end of the string:This should be corrected so it matches on "progression" anywhere in the string submitted for "disease_status_at_followup".
Steps To Reproduce
Submit "disease_status_at_followup" = "Progression NOS"
Submit "relapse_type" = "distant recurrence/metastasis"
Submit "relapse_interval" = 54
Error message: ``'relapse_type' cannot be provided if 'disease_status_at_followup' is not a state of progression, relapse, or recurrence.`
The text was updated successfully, but these errors were encountered: