Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
2a1f51fa
Verified
Commit
2a1f51fa
authored
Mar 27, 2021
by
Pierre-Elliott Bécue
🚼
Browse files
ReqApproval requires a req_view visit perm
parent
297a2c2d
Pipeline
#242042
failed with stage
in 5 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
process/views.py
View file @
2a1f51fa
...
@@ -339,6 +339,7 @@ class ReqAM(RequirementMixin, TemplateView):
...
@@ -339,6 +339,7 @@ class ReqAM(RequirementMixin, TemplateView):
class
ReqApproval
(
RequirementMixin
,
TemplateView
):
class
ReqApproval
(
RequirementMixin
,
TemplateView
):
type
=
"approval"
type
=
"approval"
template_name
=
"process/req_approval.html"
template_name
=
"process/req_approval.html"
require_visit_perms
=
"req_view"
class
AssignAM
(
RequirementMixin
,
TemplateView
):
class
AssignAM
(
RequirementMixin
,
TemplateView
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment