Skip to content
New issue

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

Make sure linked text is accounted for #287

Merged
merged 2 commits into from
Apr 4, 2024
Merged

Conversation

adhil0
Copy link
Collaborator

@adhil0 adhil0 commented Apr 3, 2024

Entries with "Yes" in the "on prio-list" weren't showing up when selecting "Cases on Prio-list or Watchlist or Crit Sit" from the "Escalated?" drop-down menu. This was because some of the entries were hyperlinked (<a href="example.com">Yes</a>) - our code was only checking if the row == "Yes", so I've changed it to look for code that includes "Yes". Now it will match rows where the entry is "Yes", as well as rows where the entry is "<a href='example.com'>Yes</a>".

I've also started a running list in CONTRIBUTING.md with some tips to help debug issues.

@adhil0 adhil0 requested a review from dcritch April 3, 2024 22:39
Copy link
Contributor

@dcritch dcritch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loving the solid doc updates :)

@dcritch dcritch merged commit fefe6c9 into RHsyseng:main Apr 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants