datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

`hotrfc` not accessible from "Groups" menu

Open larseggert opened this issue 3 years ago • 2 comments

Describe the issue

https://datatracker.ietf.org/group/hotrfc/about/ exists, but I can't figure out how to get to it from within the menu structure.

Code of Conduct

larseggert avatar Aug 18 '22 11:08 larseggert

Because HotRFC (and a few others) were created quickly as "doesn't fit anywhere" groups.

>>> from ietf.group.models import Group
>>> g = Group.objects.get(acronym='hotrfc')
>>> g.type
<GroupTypeName: Ad Hoc>
>>> Group.objects.filter(type='adhoc')
<QuerySet [<Group: IEPG - Internet Engineering and Planning Group>, <Group: Hot RFC Lightning Talks>, <Group: Technology Deep Dive>]>

Do you want an "Active Ad Hoc" item added to Other under Groups, or would you prefer to rethink how these groups are modeled in the first place?

rjsparks avatar Aug 18 '22 12:08 rjsparks

I think some quick fix would be good now - we can rethink this later.

larseggert avatar Aug 18 '22 17:08 larseggert

Closing - handled with data model changes as discussed in 4380.

rjsparks avatar Sep 09 '22 21:09 rjsparks