-
Notifications
You must be signed in to change notification settings - Fork 3
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
SL-836: add disposition to the triage form #208
base: master
Are you sure you want to change the base?
Conversation
@mogoodrich , i got the transfer to outpatient disposition working too: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cioan see my comment but otherwise LGTM!
I didn't double-check all the uuids, etc, of course, something we can handle during testing.
return true; | ||
}); | ||
|
||
jq(window).scroll(sticky_relocate); | ||
sticky_relocate(); | ||
jq(".vitals-values").find('input').attr('autocomplete', 'off'); | ||
jq(".vitals-values").find('input').trigger("blur"); | ||
calculatePriority(); | ||
// calculatePriority(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we intentionally disabling this functionality?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mogoodrich ! I meant to remove setPriority() function which was used to set the priority for the service queue. Since we are not using queues anymore, I've removed all that code.
I will also remove the lines I commented out concerning the queue priorities.