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

Kings in live shows questionnaire UI rather than CSV UI on the patient list #593

Closed
mbarton opened this issue Feb 11, 2025 · 0 comments · Fixed by #608
Closed

Kings in live shows questionnaire UI rather than CSV UI on the patient list #593

mbarton opened this issue Feb 11, 2025 · 0 comments · Fixed by #608
Assignees
Labels
high high priority (max 3 items)

Comments

@mbarton
Copy link
Member

mbarton commented Feb 11, 2025

Very confusing as the get_submission_actions helper returns correct data:

>>> from project.npda.general_functions.session import get_submission_actions
>>> get_submission_actions("PZ215", 2023)
{'can_upload_csv': True, 'can_complete_questionnaire': False}

I've tried logging in and out again in case that helps, but still see the issue.

Found it - this sneaky get_current_audit_year should respect the existing audit year in session if set

@mbarton mbarton added the high high priority (max 3 items) label Feb 11, 2025
@mbarton mbarton self-assigned this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high high priority (max 3 items)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant