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 via_rfc_editor bit on IDInternal has become redundant with Streams and should be removed #749

Closed
ietf-svn-bot opened this issue Dec 6, 2011 · 5 comments

Comments

@ietf-svn-bot
Copy link

owner:rjsparks@nostrum.com resolution_fixed type_cleanup | by rjsparks@nostrum.com


Code using/setting the via_rfc_editor bit should pay attention to the new Streams instead.


Issue migrated from trac:749 at 2022-03-04 01:56:56 +0000

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed owner from `` to rjsparks@nostrum.com

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


via_rfc_editor was replaced by a tag on Document (via-rfc) during the database redesign. This tag is also redundant and the code that looks at it should be looking at the document streams instead.

@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 4eabc03:

Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream.
Removed the stream editing form - that functionality is on the edit info form.
Put the old-ADs back into the list of choices when editing a document's info.

This (re) fixes bug #749

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 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