We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit a positive HIV, Syphilis, etc... bulk upload with missing or invalid pregnancy column. A user will not see the styling for column headers.
pregnancy
Discovered by @mpbrown here.
The same styling for headers with no underscores in the name.
The styling is not occurring because of this header regex. But I believe we had that in place to style the following error message correctly:
Invalid ${EQUIPMENT_MODEL_NAME} and ${TEST_PERFORMED_CODE} combination
We need a more robust solution to style all these error messages correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Submit a positive HIV, Syphilis, etc... bulk upload with missing or invalid
pregnancy
column. A user will not see the styling for column headers.Steps to reproduce
Discovered by @mpbrown here.
Expected behavior
The same styling for headers with no underscores in the name.
Additional context
The styling is not occurring because of this header regex. But I believe we had that in place to style the following error message correctly:
We need a more robust solution to style all these error messages correctly.
The text was updated successfully, but these errors were encountered: