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

The other_director calculation in preparing approval email is incorrect #1588

Closed
ietf-svn-bot opened this issue Jan 26, 2015 · 5 comments
Closed

Comments

@ietf-svn-bot
Copy link

resolution_fixed type_defect | by rjsparks@nostrum.com


As formulated, it would have picked up pre-ads before the change to the way group ads was represented. After that change, it picks up chairs, secretaries, and anyone else with a Role for a group where the ad used to search has an ad role. The expression

    other_director = Person.objects.filter(role__group__role__person=director, role__group__role__name="ad").exclude(pk=director.pk)

is hard to understand anyhow, and should be simplified.


Issue migrated from trac:1588 at 2022-03-04 03:59:52 +0000

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


It also needs to better handle the case when a working group document is being handled by an AD from another area for whatever reason.

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


Fixed in 786fc38:

Improve the approval mail contents concerning IESG contact members. Fixes #1588. Commit ready for merge.

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in 99e3f65:

Merged in 786fc38 from rjsparks@nostrum.com:
Improve the approval mail contents concerning IESG contact members. Fixes #1588.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant