datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

group template views are incomplete, unattached to menus, and broken

Open ietf-svn-bot opened this issue 3 years ago • 2 comments

type_defect | by [email protected]


There are several DBTemplate objects used by groups like review teams and nomcoms.

Nomcoms have nomcom-specific views for editing some of them.

There was an attempt to make them generically manageable by the right members of groups at /templates/ but the code there is incomplete, and at the moment can generate 500s.


Issue migrated from trac:3328 at 2022-03-04 09:05:58 +0000

ietf-svn-bot avatar Jul 06 '21 13:07 ietf-svn-bot

@[email protected] changed status from new to accepted

ietf-svn-bot avatar Jul 09 '21 17:07 ietf-svn-bot

The views in /template/views.py are reused by the nomcom code. It may well be that we do not need the /template/ urls, but as long as we have them, they should not 500.

it's likely that a pattern similar to what's followed for nomcom should be applied to review teams to allow the review team officers to edit their team specific templates more readily. See #2790

rjsparks avatar Oct 27 '22 21:10 rjsparks