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: better handle "entered" agendas #7721

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

jennifer-richards
Copy link
Member

Fixes #7703

The handle_upload_file() is still a bit of a mess, but I think this is an incremental improvement.

The open method is specific to Django's uploaded
file classes, where it just calls seek(0)
Copy link

codecov bot commented Jul 21, 2024

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.78%. Comparing base (b00dfd3) to head (873f6ca).
Report is 11 commits behind head on main.

Files Patch % Lines
ietf/meeting/utils.py 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7721      +/-   ##
==========================================
- Coverage   88.79%   88.78%   -0.01%     
==========================================
  Files         296      296              
  Lines       41319    41321       +2     
==========================================
  Hits        36688    36688              
- Misses       4631     4633       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rjsparks rjsparks merged commit 4b912d5 into ietf-tools:main Aug 7, 2024
9 checks passed
@jennifer-richards jennifer-richards deleted the enter-after-html branch August 7, 2024 15:14
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entering an agenda through the UI after uploading an html file does not work
2 participants