datatracker
datatracker copied to clipboard
group template views are incomplete, unattached to menus, and broken
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
@[email protected] changed status from new
to accepted
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