resolution_fixed type_defect | by valery@smyslov.net
In the past whenever a list of documents was displayed in the datatracker,
the RFCs with existing errata were marked with a red "Errata" sign.
Somehow this functionality got lost (at least from 6.110.0 or even before),
so now this sign never appears, even for RFCs with errata (see the attached picture, RFC6311 does have errata).
I checked the datatracker sources and it seems that all the code to display
this sign is it place, so it's a result of a bug and not of a deliberate
decision to remove this sign.
It seems to me that the bug is at the line 122 of ietf/doc/utils_search.py.
As far as I understand in this line id__in should be used instead of name__in
(at least when I made this change in my local copy "Errata" sign
appears properly.
Issue migrated from trac:2997 at 2022-03-04 07:52:14 +0000
resolution_fixedtype_defect| by valery@smyslov.netIn the past whenever a list of documents was displayed in the datatracker,
the RFCs with existing errata were marked with a red "Errata" sign.
Somehow this functionality got lost (at least from 6.110.0 or even before),
so now this sign never appears, even for RFCs with errata (see the attached picture, RFC6311 does have errata).
I checked the datatracker sources and it seems that all the code to display
this sign is it place, so it's a result of a bug and not of a deliberate
decision to remove this sign.
It seems to me that the bug is at the line 122 of ietf/doc/utils_search.py.
As far as I understand in this line id__in should be used instead of name__in
(at least when I made this change in my local copy "Errata" sign
appears properly.
Issue migrated from trac:2997 at 2022-03-04 07:52:14 +0000