The code that chooses to present the "Begin conflict review" button on the doc page needs adjustment.
See
|
if (doc.get_state_slug() not in ["rfc", "expired"] and doc.stream_id in ("ise", "irtf") |
|
and has_role(request.user, ("Secretariat", "IRTF Chair")) and not conflict_reviews and not snapshot): |
Make sure the view is tested as the ISE
The code that chooses to present the "Begin conflict review" button on the doc page needs adjustment.
See
datatracker/ietf/doc/views_doc.py
Lines 430 to 431 in 5fc93bb
Make sure the view is tested as the ISE