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

(fix) UHM-8240 make visit summary left nav always show #5

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

chibongho
Copy link
Collaborator

Summary

Turns out it's much easier to do this here.

The visit summary workspace is missing the patient header. I will fix it in a different ticket.

Screenshots

image

Related Issue

Copy link
Member

@mseaton mseaton left a comment

Choose a reason for hiding this comment

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

Looks good, see my comment

$('#formBreadcrumb').show();
$('.simple-form-ui form section').width(300);
$('#nav-buttons').hide();
`;
Copy link
Member

Choose a reason for hiding this comment

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

This might work, but I would be a bit worried about using the $ variable. It is probably safer to use the full jQuery instead of $

@chibongho chibongho merged commit 90f641e into main Dec 19, 2024
3 checks passed
Copy link
Member

@mogoodrich mogoodrich left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

3 participants