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: validate group type/acronym properly in admin. Fixes #4028. #4070

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

jennifer-richards
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #4070 (d5a1e48) into main (8b6dbf3) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4070      +/-   ##
==========================================
- Coverage   88.14%   88.14%   -0.01%     
==========================================
  Files         297      297              
  Lines       39275    39275              
==========================================
- Hits        34620    34619       -1     
- Misses       4655     4656       +1     
Impacted Files Coverage Δ
ietf/urls.py 81.08% <ø> (ø)
ietf/submit/forms.py 82.92% <0.00%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25c7c48...d5a1e48. Read the comment docs.


def clean(self):
"""Clean parts of the form that involve multiple fields"""
# Constrain the acronym form. Note that this doesn't look for collisions.
Copy link
Member

Choose a reason for hiding this comment

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

Good observation - how hard would it be to do so?

Copy link
Member Author

Choose a reason for hiding this comment

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

I can't take credit for the observation - it came from the original comments - but I think it should be straightforward.

@rjsparks rjsparks merged commit 53dde97 into ietf-tools:main Jun 13, 2022
@jennifer-richards jennifer-richards deleted the jennifer/tix4028 branch June 13, 2022 16:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2022
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.

2 participants