When the link_template field contains underscores (e.g. the search criteria included the "Basic Science" trial type - with a value of basic_science - or "Health Services Research" - with a value of health_services_research ) the request fails with a status 400 error because underscore (_) is not an allowed character.
This was caused by the fix to issue #66
ESTIMATE TBD
Steps to reproduce the issue
Browse to the advanced search page.
Select a Trial Type of "Basic Science" (or "Supportive Care" or "Health Services Research")
Perform the Search
Select one or more trials
Click "Print Selected"
What's the expected result?
A printable page of trial details
What's the actual result?
A message that "An error occurred while generating your document."
Issue description
When the
link_template
field contains underscores (e.g. the search criteria included the "Basic Science" trial type - with a value ofbasic_science
- or "Health Services Research" - with a value ofhealth_services_research
) the request fails with a status 400 error because underscore (_
) is not an allowed character.This was caused by the fix to issue #66
Steps to reproduce the issue
What's the expected result?
What's the actual result?
Additional details / screenshot
Related Tickets