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
Very confusing as the get_submission_actions helper returns correct data:
get_submission_actions
>>> 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
national-paediatric-diabetes-audit/project/npda/general_functions/session.py
Line 89 in b6c13a1
The text was updated successfully, but these errors were encountered:
mbarton
Successfully merging a pull request may close this issue.
Very confusing as the
get_submission_actions
helper returns correct data: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
national-paediatric-diabetes-audit/project/npda/general_functions/session.py
Line 89 in b6c13a1
The text was updated successfully, but these errors were encountered: