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

Unable to edit IESG state for an expired draft #8212

Open
1 task done
cindymorgan opened this issue Nov 15, 2024 · 2 comments
Open
1 task done

Unable to edit IESG state for an expired draft #8212

cindymorgan opened this issue Nov 15, 2024 · 2 comments

Comments

@cindymorgan
Copy link
Collaborator

Describe the issue

draft-ietf-roll-nsa-extension is expired, but it doesn't show up on the list of expired drafts for ROLL. As is pretty much always the case when a doc doesn't show up on a WG's page, the document expired at some point after an AD had returned it to the WG and put it into the IESG state of AD is Watching, so after expiring it went into the IESG state of Expired (IESG: Dead).

For a document that wasn't expired, I would fix that by changing the IESG state back to I-D Exists. However, when I try to do that for this document, I get a 404 error when clicking on the button to edit the IESG state (https://datatracker.ietf.org/doc/draft-ietf-roll-nsa-extension/edit/state/).

Code of Conduct

@cindymorgan cindymorgan added the bug Something isn't working label Nov 15, 2024
@rjsparks
Copy link
Member

The issue is with some outdated logic at

if (not doc.latest_event(type="started_iesg_process")) or doc.get_state_slug() == "expired":
raise Http404

@cindymorgan
Copy link
Collaborator Author

Another doc in a similar state: draft-ietf-idr-wide-bgp-communities (they have been asked to submit a new version to un-expire this in order to clean this up.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants