resolution_fixed type_defect | by cmorgan@amsl.com
The Datatracker-generated WG action announcement message now includes an "Area Directors" heading in addition to the "Assigned Area Director" heading it had before. The "Area Directors" are listed as TBD, and I don't know where it is pulling that information from. (E.g. https://datatracker.ietf.org/doc/charter-ietf-oauth/action/?next=approve)
Talked to Robert; he says it's a bug in the view code.
{% if charter.group.type_id != "rg" %}{% if ads %}
Area Directors:
{% for r in ads %} [ r.person.plain_name ] <[r.email.address]>
{% endfor %}{% else %}
Area Directors:
TBD
{% endif %}{% endif %
Issue migrated from trac:1889 at 2022-03-04 04:52:49 +0000
resolution_fixedtype_defect| by cmorgan@amsl.comThe Datatracker-generated WG action announcement message now includes an "Area Directors" heading in addition to the "Assigned Area Director" heading it had before. The "Area Directors" are listed as TBD, and I don't know where it is pulling that information from. (E.g. https://datatracker.ietf.org/doc/charter-ietf-oauth/action/?next=approve)
Talked to Robert; he says it's a bug in the view code.
{% if charter.group.type_id != "rg" %}{% if ads %}
Area Directors:
{% for r in ads %} [ r.person.plain_name ] <[r.email.address]>
{% endfor %}{% else %}
Area Directors:
TBD
{% endif %}{% endif %
Issue migrated from trac:1889 at 2022-03-04 04:52:49 +0000